summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-09-15 19:20:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-16 13:30:25 +0100
commita5de479418da364c6e337840f8f2b5ec0e4cda0e (patch)
treec29dfe7c54cb54bea226971802d053c8fe4fd532 /meta/recipes-bsp
parent000068e1ce5839df7b7b6a831d69a2c1acb0d764 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-bsp/grub/grub_1.99.bb4
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"
12LICENSE = "GPLv3" 12LICENSE = "GPLv3"
13LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 13LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
14 14
15RDEPENDS = "diffutils freetype" 15RDEPENDS_${PN} = "diffutils freetype"
16PR = "r0" 16PR = "r1"
17 17
18SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ 18SRC_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 \