[oe-commits] Tom Zanussi : grub_1.99: add PN to RDEPENDS

git version control git at git.openembedded.org
Fri Sep 16 11:10:32 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 2beec7ff9b177f82a897f281fa72e5d7f96246bc
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2beec7ff9b177f82a897f281fa72e5d7f96246bc

Author: Tom Zanussi <tom.zanussi at intel.com>
Date:   Thu Sep 15 19:20:50 2011 -0700

grub_1.99: add PN to RDEPENDS

RDEPENDS is package-specific, so add ${PN} to it.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-bsp/grub/grub_1.99.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb
index d9df573..b910b5a 100644
--- a/meta/recipes-bsp/grub/grub_1.99.bb
+++ b/meta/recipes-bsp/grub/grub_1.99.bb
@@ -12,8 +12,8 @@ PRIORITY = "optional"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-RDEPENDS = "diffutils freetype"
-PR = "r0"
+RDEPENDS_${PN} = "diffutils freetype"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
           file://grub-install.in.patch;apply=yes \





More information about the Openembedded-commits mailing list