From: Frans Meulenbroeks Date: Thu, 14 Oct 2010 16:21:11 +0000 (+0200) Subject: gsmd.inc: remove useless RDEPENDS_append = "" X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2f9ae6ec297a793655abf0ec336cd9e822dd555;p=openembedded.git gsmd.inc: remove useless RDEPENDS_append = "" Signed-off-by: Frans Meulenbroeks Acked-by: Martin Jansa Acked-by: Chris Larson --- diff --git a/recipes/gsm/gsmd.inc b/recipes/gsm/gsmd.inc index 1b8ad297cd..5210eddbc2 100644 --- a/recipes/gsm/gsmd.inc +++ b/recipes/gsm/gsmd.inc @@ -16,7 +16,6 @@ S = "${WORKDIR}/gsm" inherit autotools pkgconfig update-rc.d # handle update-rc.d RDEPENDS_${PN} manually, we don't need it on # anything but gsmd -RDEPENDS_append = "" INITSCRIPT_NAME = "gsmd" INITSCRIPT_PARAMS = "defaults 35"