From: Mike Westerhof Date: Mon, 21 Feb 2011 03:27:45 +0000 (-0600) Subject: SlugOS: update-modules - correct SlugOS-specific RDEPENDS override X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27332febf36e872e5a12fd107d5ebf7eaca06487;p=openembedded.git SlugOS: update-modules - correct SlugOS-specific RDEPENDS override to bring it into alignment with the newer RDEPENDS_${PN} technique. --- 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 = ""