image.bbclass: use PACKAGE_INSTALL in RDEPENDS
authorChris Larson <chris_larson@mentor.com>
Sat, 9 Oct 2010 01:10:57 +0000 (18:10 -0700)
committerChris Larson <chris_larson@mentor.com>
Sun, 10 Oct 2010 01:28:01 +0000 (18:28 -0700)
Don't Repeat Yourself.

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

index d1e84f9..97da440 100644 (file)
@@ -29,7 +29,7 @@ ${IMAGE_DEV_MANAGER} \
 ${IMAGE_INIT_MANAGER} \
 ${IMAGE_LOGIN_MANAGER} "
 
-RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}"
+RDEPENDS += "${PACKAGE_INSTALL}"
 
 # "export IMAGE_BASENAME" not supported at this time
 IMAGE_BASENAME[export] = "1"