From: Tom Zanussi Date: Fri, 16 Sep 2011 02:20:50 +0000 (-0700) Subject: grub_1.99: add PN to RDEPENDS X-Git-Tag: 2011-1~96 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2beec7ff9b177f82a897f281fa72e5d7f96246bc;p=openembedded-core.git grub_1.99: add PN to RDEPENDS RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb index d9df573e25..b910b5a4a0 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 \