* [PATCH 5/5] grub_1.99: add PN to RDEPENDS
@ 2011-09-16 1:41 Tom Zanussi
2011-09-16 6:25 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Tom Zanussi @ 2011-09-16 1:41 UTC (permalink / raw)
To: openembedded-core
RDEPENDS is package-specific, so add ${PN} to it.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
meta/recipes-bsp/grub/grub_1.99.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb
index d9df573..75196fa 100644
--- a/meta/recipes-bsp/grub/grub_1.99.bb
+++ b/meta/recipes-bsp/grub/grub_1.99.bb
@@ -12,7 +12,7 @@ PRIORITY = "optional"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-RDEPENDS = "diffutils freetype"
+RDEPENDS_${PN} = "diffutils freetype"
PR = "r0"
SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH 5/5] grub_1.99: add PN to RDEPENDS
2011-09-16 1:41 [PATCH 5/5] grub_1.99: add PN to RDEPENDS Tom Zanussi
@ 2011-09-16 6:25 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2011-09-16 6:25 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Op 16 sep. 2011, om 03:41 heeft Tom Zanussi het volgende geschreven:
> RDEPENDS is package-specific, so add ${PN} to it.
>
> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
> ---
> meta/recipes-bsp/grub/grub_1.99.bb | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb
> index d9df573..75196fa 100644
> --- a/meta/recipes-bsp/grub/grub_1.99.bb
> +++ b/meta/recipes-bsp/grub/grub_1.99.bb
> @@ -12,7 +12,7 @@ PRIORITY = "optional"
> LICENSE = "GPLv3"
> LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
>
> -RDEPENDS = "diffutils freetype"
> +RDEPENDS_${PN} = "diffutils freetype"
> PR = "r0"
missing PR bump
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-16 6:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16 1:41 [PATCH 5/5] grub_1.99: add PN to RDEPENDS Tom Zanussi
2011-09-16 6:25 ` Koen Kooi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox