aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/ttf-fonts
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
parent66f4ceb7ffac24a1af73ec7897f56c5cc50410ce (diff)
downloadopenembedded-core-contrib-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')
-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"
LICENSE = "Bitstream_Vera"
LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be"
PACKAGE_ARCH = "all"
-PR = "r3"
-RDEPENDS = "fontconfig-utils"
+PR = "r4"
+RDEPENDS_${PN} = "fontconfig-utils"
SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2"