From 516df115495c32a68a375bcc15c534e4b412c378 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 8 Oct 2010 17:17:01 -0700 Subject: [PATCH] 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 --- classes/image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5