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 | |
parent | 0e8f0f0a033c79611a15914fde5826876502af2e (diff) | |
download | openembedded-core-8e7680b629f59bdf3bdab6782235f8ea1decb188.tar.gz openembedded-core-8e7680b629f59bdf3bdab6782235f8ea1decb188.tar.bz2 openembedded-core-8e7680b629f59bdf3bdab6782235f8ea1decb188.zip |
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')
-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" PROVIDES += "gsmd" RPROVIDES_${PN} = "libgsmd0 libgsmd gsmd gsmd-devel" PV = "0.1+svnr${SRCREV}" -PR = "r0" +PR = "r2" SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \ file://fix_machine_init.patch;patch=1 \ @@ -19,10 +19,8 @@ SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \ S = "${WORKDIR}/gsm" inherit autotools pkgconfig update-rc.d -# handle update-rc.d RDEPENDS manually, we don't need it on -# anything but gsmd -RDEPENDS_append = "" +UPDATERCPN = "gsmd" INITSCRIPT_NAME = "gsmd" INITSCRIPT_PARAMS = "defaults 35" |