[oe-commits] Chris Larson : image.bbclass: revert the RDEPENDS change

git version control git at git.openembedded.org
Sat Oct 9 00:19:14 UTC 2010


Module: openembedded.git
Branch: master
Commit: 516df115495c32a68a375bcc15c534e4b412c378
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=516df115495c32a68a375bcc15c534e4b412c378

Author: Chris Larson <chris_larson at mentor.com>
Date:   Fri Oct  8 17:17:01 2010 -0700

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 at mentor.com>

---

 classes/image.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/image.bbclass b/classes/image.bbclass
index 49924d7..2105195 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"





More information about the Openembedded-commits mailing list