* [PATCH 3/5] liberation-fonts_1.06: add PN to RDEPENDS
@ 2011-09-16 1:40 Tom Zanussi
2011-09-16 6:24 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Tom Zanussi @ 2011-09-16 1:40 UTC (permalink / raw)
To: openembedded-core
RDEPENDS is package-specific, so add ${PN} to it.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../ttf-fonts/liberation-fonts_1.06.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb
index e1f9ffb..e8239c1 100644
--- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb
+++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb
@@ -9,7 +9,7 @@ SECTION = "x11/fonts"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
PACKAGE_ARCH = "all"
-RDEPENDS = "fontconfig-utils"
+RDEPENDS_${PN} = "fontconfig-utils"
PE = "1"
PR = "r0"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH 3/5] liberation-fonts_1.06: add PN to RDEPENDS
2011-09-16 1:40 [PATCH 3/5] liberation-fonts_1.06: add PN to RDEPENDS Tom Zanussi
@ 2011-09-16 6:24 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2011-09-16 6:24 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Op 16 sep. 2011, om 03:40 heeft Tom Zanussi het volgende geschreven:
> RDEPENDS is package-specific, so add ${PN} to it.
>
> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
> ---
> .../ttf-fonts/liberation-fonts_1.06.bb | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb
> index e1f9ffb..e8239c1 100644
> --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb
> +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb
> @@ -9,7 +9,7 @@ SECTION = "x11/fonts"
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
> PACKAGE_ARCH = "all"
> -RDEPENDS = "fontconfig-utils"
> +RDEPENDS_${PN} = "fontconfig-utils"
> PE = "1"
> PR = "r0"
missing PR bump
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-16 6:29 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:40 [PATCH 3/5] liberation-fonts_1.06: add PN to RDEPENDS Tom Zanussi
2011-09-16 6:24 ` Koen Kooi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox