diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-15 19:20:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-16 12:10:02 +0100 |
commit | 2beec7ff9b177f82a897f281fa72e5d7f96246bc (patch) | |
tree | 6c091fd6ae37b7bb26e08303730a7a67a919e944 /meta/recipes-bsp/grub | |
parent | cfccedf0f9c2aa051de3ecdd4c3f6d42729c982d (diff) | |
download | openembedded-core-2beec7ff9b177f82a897f281fa72e5d7f96246bc.tar.gz openembedded-core-2beec7ff9b177f82a897f281fa72e5d7f96246bc.tar.bz2 openembedded-core-2beec7ff9b177f82a897f281fa72e5d7f96246bc.zip |
grub_1.99: add PN to RDEPENDS
RDEPENDS is package-specific, so add ${PN} to it.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub')
-rw-r--r-- | 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 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 \ |