From: Martin Jansa Date: Sun, 24 Oct 2010 06:39:16 +0000 (+0200) Subject: ompower: don't put initscripts to RDEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cc00c6f7b1dab6bcda87bb3b71f6b5ef60b2e84;p=openembedded.git ompower: don't put initscripts to RDEPENDS * different distros or images are using different initscripts * sane image usually has some initscripts installed Signed-off-by: Martin Jansa --- diff --git a/recipes/openmoko-system/ompower_svn.bb b/recipes/openmoko-system/ompower_svn.bb index 3f1e026aee..a8bc04dcd4 100644 --- a/recipes/openmoko-system/ompower_svn.bb +++ b/recipes/openmoko-system/ompower_svn.bb @@ -4,7 +4,6 @@ DEPENDS = "ecore edbus" SRCREV = "4727" PV = "0.0.0+svnr${SRCPV}" PR = "r5" -RDEPENDS_${PN} = "initscripts" SRCNAME = "ompower" S = "${WORKDIR}/${PN}"