[oe-commits] Mike Westerhof : SlugOS: update-modules - correct SlugOS-specific RDEPENDS override

git version control git at git.openembedded.org
Tue Feb 22 01:33:27 UTC 2011


Module: openembedded.git
Branch: trini/simplify-target-flags
Commit: 27332febf36e872e5a12fd107d5ebf7eaca06487
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=27332febf36e872e5a12fd107d5ebf7eaca06487

Author: Mike Westerhof <mwester at dls.net>
Date:   Sun Feb 20 21:27:45 2011 -0600

SlugOS: update-modules - correct SlugOS-specific RDEPENDS override
to bring it into alignment with the newer RDEPENDS_${PN} technique.

---

 recipes/update-modules/update-modules_1.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/update-modules/update-modules_1.0.bb b/recipes/update-modules/update-modules_1.0.bb
index 2cb6c19..2c75abc 100644
--- a/recipes/update-modules/update-modules_1.0.bb
+++ b/recipes/update-modules/update-modules_1.0.bb
@@ -25,4 +25,4 @@ do_install() {
 # let the distros select if they want busybox, or some other package
 # to provide it.  Until then, the following line just removes the
 # unwanted dependencies for SlugOS.
-RDEPENDS_slugos = ""
+RDEPENDS_${PN}_slugos = ""





More information about the Openembedded-commits mailing list