[oe-commits] Chris Larson : image.bbclass: use PACKAGE_INSTALL in RDEPENDS

git version control git at git.openembedded.org
Sun Oct 10 04:30:57 UTC 2010


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

Author: Chris Larson <chris_larson at mentor.com>
Date:   Fri Oct  8 18:10:57 2010 -0700

image.bbclass: use PACKAGE_INSTALL in RDEPENDS

Don't Repeat Yourself.

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 d1e84f9..97da440 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"





More information about the Openembedded-commits mailing list