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 13:30:25 +0100 |
commit | a5de479418da364c6e337840f8f2b5ec0e4cda0e (patch) | |
tree | c29dfe7c54cb54bea226971802d053c8fe4fd532 /meta/recipes-bsp/grub | |
parent | 000068e1ce5839df7b7b6a831d69a2c1acb0d764 (diff) | |
download | poky-a5de479418da364c6e337840f8f2b5ec0e4cda0e.tar.gz |
grub_1.99: add PN to RDEPENDS
RDEPENDS is package-specific, so add ${PN} to it.
(From OE-Core rev: 2beec7ff9b177f82a897f281fa72e5d7f96246bc)
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" | |||
12 | LICENSE = "GPLv3" | 12 | LICENSE = "GPLv3" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
14 | 14 | ||
15 | RDEPENDS = "diffutils freetype" | 15 | RDEPENDS_${PN} = "diffutils freetype" |
16 | PR = "r0" | 16 | PR = "r1" |
17 | 17 | ||
18 | SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ | 18 | SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ |
19 | file://grub-install.in.patch;apply=yes \ | 19 | file://grub-install.in.patch;apply=yes \ |