summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-09-15 19:20:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-16 13:30:25 +0100
commit000068e1ce5839df7b7b6a831d69a2c1acb0d764 (patch)
treee205853e0d6c257fea5697c2d7562c42b764cdf8 /meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
parent66f4ceb7ffac24a1af73ec7897f56c5cc50410ce (diff)
downloadpoky-000068e1ce5839df7b7b6a831d69a2c1acb0d764.tar.gz
ttf-bitstream-vera_1.10: add PN to RDEPENDS
RDEPENDS is package-specific, so add ${PN} to it. (From OE-Core rev: cfccedf0f9c2aa051de3ecdd4c3f6d42729c982d) 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/ttf-bitstream-vera_1.10.bb')
-rw-r--r--meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
index f1a826528e..3294b40ae0 100644
--- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
+++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
@@ -8,8 +8,8 @@ SECTION = "x11/fonts"
8LICENSE = "Bitstream_Vera" 8LICENSE = "Bitstream_Vera"
9LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" 9LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be"
10PACKAGE_ARCH = "all" 10PACKAGE_ARCH = "all"
11PR = "r3" 11PR = "r4"
12RDEPENDS = "fontconfig-utils" 12RDEPENDS_${PN} = "fontconfig-utils"
13 13
14SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2" 14SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2"
15 15