aboutsummaryrefslogtreecommitdiffstats
path: root/classes/image.bbclass
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-08 17:17:01 -0700
committerChris Larson <chris_larson@mentor.com>2010-10-08 17:17:03 -0700
commit516df115495c32a68a375bcc15c534e4b412c378 (patch)
tree803ab0b060d9960ef86f5bb5afee8585b458bb43 /classes/image.bbclass
parent711204ea10109964bcb04fdf69dc8d1d9d6200c4 (diff)
downloadopenembedded-516df115495c32a68a375bcc15c534e4b412c378.tar.gz
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 <chris_larson@mentor.com>
Diffstat (limited to 'classes/image.bbclass')
-rw-r--r--classes/image.bbclass2
1 files changed, 1 insertions, 1 deletions
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"