diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-30 09:55:23 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-30 10:03:10 +0000 |
commit | 8e7680b629f59bdf3bdab6782235f8ea1decb188 (patch) | |
tree | f28708888f6bc997cadd768a0a09e05b11fb2f33 /meta/recipes-connectivity/gsm/gsmd.inc | |
parent | 0e8f0f0a033c79611a15914fde5826876502af2e (diff) | |
download | poky-8e7680b629f59bdf3bdab6782235f8ea1decb188.tar.gz |
update-rc.d: Allow the primary deamon package to be specified in UPDATERCPN, update gsmd to use this
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/gsm/gsmd.inc')
-rw-r--r-- | meta/recipes-connectivity/gsm/gsmd.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/gsm/gsmd.inc b/meta/recipes-connectivity/gsm/gsmd.inc index 9818188636..96de41ce4f 100644 --- a/meta/recipes-connectivity/gsm/gsmd.inc +++ b/meta/recipes-connectivity/gsm/gsmd.inc | |||
@@ -10,7 +10,7 @@ SECTION = "libs/gsm" | |||
10 | PROVIDES += "gsmd" | 10 | PROVIDES += "gsmd" |
11 | RPROVIDES_${PN} = "libgsmd0 libgsmd gsmd gsmd-devel" | 11 | RPROVIDES_${PN} = "libgsmd0 libgsmd gsmd gsmd-devel" |
12 | PV = "0.1+svnr${SRCREV}" | 12 | PV = "0.1+svnr${SRCREV}" |
13 | PR = "r0" | 13 | PR = "r2" |
14 | 14 | ||
15 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \ | 15 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \ |
16 | file://fix_machine_init.patch;patch=1 \ | 16 | file://fix_machine_init.patch;patch=1 \ |
@@ -19,10 +19,8 @@ SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \ | |||
19 | S = "${WORKDIR}/gsm" | 19 | S = "${WORKDIR}/gsm" |
20 | 20 | ||
21 | inherit autotools pkgconfig update-rc.d | 21 | inherit autotools pkgconfig update-rc.d |
22 | # handle update-rc.d RDEPENDS manually, we don't need it on | ||
23 | # anything but gsmd | ||
24 | RDEPENDS_append = "" | ||
25 | 22 | ||
23 | UPDATERCPN = "gsmd" | ||
26 | INITSCRIPT_NAME = "gsmd" | 24 | INITSCRIPT_NAME = "gsmd" |
27 | INITSCRIPT_PARAMS = "defaults 35" | 25 | INITSCRIPT_PARAMS = "defaults 35" |
28 | 26 | ||