aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2011-02-20 21:27:45 -0600
committerSteffen Sledz <sledz@dresearch.de>2011-02-25 08:48:49 +0100
commit12980f543d5b4879dc006dbe41aabcb5a46f2bce (patch)
tree77358d7a6b3fee77c69a76a06e76b9859c624025
parentb24d54a2f91ff31b8820a998766cf6effc6002fa (diff)
downloadopenembedded-12980f543d5b4879dc006dbe41aabcb5a46f2bce.tar.gz
SlugOS: update-modules - correct SlugOS-specific RDEPENDS override
to bring it into alignment with the newer RDEPENDS_${PN} technique.
-rw-r--r--recipes/update-modules/update-modules_1.0.bb2
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 2cb6c19f9d..2c75abc6ea 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 = ""