aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gsm/libgsmd_svn.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-06-12 10:26:57 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-06-12 10:26:57 +0000
commite734a3261cb2290387eb20d6fc6871b3e2655313 (patch)
treea7c0130007544bd766fc3789a21cfe197cc62d5a /packages/gsm/libgsmd_svn.bb
parent49dd3f8a1e77887afef0674d2ef66c6bae8f637d (diff)
downloadopenembedded-e734a3261cb2290387eb20d6fc6871b3e2655313.tar.gz
libgsmd: update patches
- drop plugin (accepted upstream) and qualcomm-extreply patches - start the modem-alive thread only after the interpreter is ready - add vendor plugin configurable extreply character support - add a command line option to set the initial interpreter_ready state - fix csq readings in the tihtc vendor module
Diffstat (limited to 'packages/gsm/libgsmd_svn.bb')
-rw-r--r--packages/gsm/libgsmd_svn.bb13
1 files changed, 7 insertions, 6 deletions
diff --git a/packages/gsm/libgsmd_svn.bb b/packages/gsm/libgsmd_svn.bb
index 0215bb92b9..230d4d6fe5 100644
--- a/packages/gsm/libgsmd_svn.bb
+++ b/packages/gsm/libgsmd_svn.bb
@@ -4,16 +4,17 @@ LICENSE = "GPL"
SECTION = "libs/gsm"
PROVIDES += "gsmd"
PV = "0.0+svn${SRCDATE}"
-PR = "r10"
+PR = "r13"
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
file://gsmd \
- file://default"
-S = "${WORKDIR}/gsm"
+ file://default \
+ file://extreplychars.patch;patch=1 \
+ file://getopt-wait-interpreter-ready.patch;patch=1 \
+ file://alive-start-if-interpreter-ready.patch;patch=1 \
+ file://tihtc-csq-fix.patch;patch=1"
-SRC_URI_append_magician = " file://plugin.patch;patch=1"
-SRC_URI_append_htcuniversal = " file://plugin.patch;patch=1 \
- file://qualcomm-extreply.patch;patch=1"
+S = "${WORKDIR}/gsm"
inherit autotools pkgconfig update-rc.d