From 8e7680b629f59bdf3bdab6782235f8ea1decb188 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 30 Dec 2010 09:55:23 +0000 Subject: update-rc.d: Allow the primary deamon package to be specified in UPDATERCPN, update gsmd to use this Signed-off-by: Richard Purdie --- meta/recipes-connectivity/gsm/gsmd.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'meta/recipes-connectivity/gsm') 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" -- cgit v1.2.3-54-g00ecf