diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-15 19:20:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-16 13:30:25 +0100 |
commit | bf512687862cf7bf9b0dd115e6c8303ece6d0d13 (patch) | |
tree | 74b97e8190fe325f488e22ff1ed7e72c7be837b2 /meta/recipes-graphics/ttf-fonts | |
parent | 5a489eceb5e98fe6e4112171f804236ecad58403 (diff) | |
download | poky-bf512687862cf7bf9b0dd115e6c8303ece6d0d13.tar.gz |
liberation-fonts_1.04: add PN to RDEPENDS
RDEPENDS is package-specific, so add ${PN} to it.
(From OE-Core rev: d29f252486f80f2d59f5cd63042336f317a59e43)
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.04.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb index 3b2d479186..19bb69c1f3 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | |||
@@ -9,7 +9,8 @@ SECTION = "x11/fonts" | |||
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
11 | PACKAGE_ARCH = "all" | 11 | PACKAGE_ARCH = "all" |
12 | RDEPENDS = "fontconfig-utils" | 12 | RDEPENDS_${PN} = "fontconfig-utils" |
13 | PR = "r1" | ||
13 | PE = "1" | 14 | PE = "1" |
14 | 15 | ||
15 | SRC_URI = "https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-${PV}.tar.gz \ | 16 | SRC_URI = "https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-${PV}.tar.gz \ |