openmoko-gsmd: Update gsmd/wavecom vendor to fix an unaligned memory access

gsmd/wavecom created unaligned memory access due making a 32bit store
to a 16bit location. The code is now using %hx to avoid this.
This commit is contained in:
Holger Hans Peter Freyther 2013-03-16 22:26:33 +01:00
parent a5d6d983ec
commit 63085244df
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ SRC_URI = "git://git.gnumonks.org/openmoko-gsmd.git;branch=master \
file://gsmd \
file://cell-log \
file://default"
SRCREV = "dca4654acdd4e08dd14cad0ded265d5fc6fdd872"
SRCREV = "67c96104a0fff1a6725eb4b3ab52b8bc95356311"
S = "${WORKDIR}/git"
PR = "r15.0"
PR = "r16.0"
inherit autotools pkgconfig update-rc.d