aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-08 18:10:57 -0700
committerChris Larson <chris_larson@mentor.com>2010-10-09 18:28:01 -0700
commitea01e75217b5a7894fc387ce9d61876df4c4dbcd (patch)
tree8aa09a1a33aed4357c5a29f787b2bb110613c5f2 /classes
parent28c3bcd49b5729e1d1a9b609edb27c35cf219b3a (diff)
downloadopenembedded-ea01e75217b5a7894fc387ce9d61876df4c4dbcd.tar.gz
image.bbclass: use PACKAGE_INSTALL in RDEPENDS
Don't Repeat Yourself. Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image.bbclass b/classes/image.bbclass
index d1e84f9e8e..97da440932 100644
--- a/classes/image.bbclass
+++ b/classes/image.bbclass
@@ -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"