From: Chris Larson Date: Sat, 9 Oct 2010 00:17:01 +0000 (-0700) Subject: image.bbclass: revert the RDEPENDS change X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516df115495c32a68a375bcc15c534e4b412c378;p=openembedded.git image.bbclass: revert the RDEPENDS change Image recipes don't emit packages, so it doesn't make any sense to make the RDEPENDS package specific. Signed-off-by: Chris Larson --- diff --git a/classes/image.bbclass b/classes/image.bbclass index 49924d7c8c..2105195003 100644 --- a/classes/image.bbclass +++ b/classes/image.bbclass @@ -29,7 +29,7 @@ ${IMAGE_DEV_MANAGER} \ ${IMAGE_INIT_MANAGER} \ ${IMAGE_LOGIN_MANAGER} " -RDEPENDS_${PN} += "${IMAGE_INSTALL} ${IMAGE_BOOT}" +RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" # "export IMAGE_BASENAME" not supported at this time IMAGE_BASENAME[export] = "1"