image.bbclass: revert the RDEPENDS change
authorChris Larson <chris_larson@mentor.com>
Sat, 9 Oct 2010 00:17:01 +0000 (17:17 -0700)
committerChris Larson <chris_larson@mentor.com>
Sat, 9 Oct 2010 00:17:03 +0000 (17:17 -0700)
Image recipes don't emit packages, so it doesn't make any sense to make the
RDEPENDS package specific.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/image.bbclass

index 49924d7..2105195 100644 (file)
@@ -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"