diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-15 19:20:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-16 13:30:25 +0100 |
commit | 66f4ceb7ffac24a1af73ec7897f56c5cc50410ce (patch) | |
tree | a1df0fd964903bda6a94383eb81ba6ace4b16de1 /meta/recipes-graphics/ttf-fonts | |
parent | bf512687862cf7bf9b0dd115e6c8303ece6d0d13 (diff) | |
download | poky-66f4ceb7ffac24a1af73ec7897f56c5cc50410ce.tar.gz |
liberation-fonts_1.06: add PN to RDEPENDS
RDEPENDS is package-specific, so add ${PN} to it.
(From OE-Core rev: c259bc5a16d85527ad22c22e996195eebe3519c1)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/ttf-fonts')
-rw-r--r-- | meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb | 4 |
1 files changed, 2 insertions, 2 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 e1f9ffb961..4882cc7be3 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb | |||
@@ -9,9 +9,9 @@ SECTION = "x11/fonts" | |||
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
11 | PACKAGE_ARCH = "all" | 11 | PACKAGE_ARCH = "all" |
12 | RDEPENDS = "fontconfig-utils" | 12 | RDEPENDS_${PN} = "fontconfig-utils" |
13 | PE = "1" | 13 | PE = "1" |
14 | PR = "r0" | 14 | PR = "r1" |
15 | 15 | ||
16 | FONTREV = "0.20100721" | 16 | FONTREV = "0.20100721" |
17 | SRC_URI = "https://fedorahosted.org/releases/l/i/${BPN}/${BPN}-${PV}.${FONTREV}.tar.gz \ | 17 | SRC_URI = "https://fedorahosted.org/releases/l/i/${BPN}/${BPN}-${PV}.${FONTREV}.tar.gz \ |