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 12:10:02 +0100
commitcfccedf0f9c2aa051de3ecdd4c3f6d42729c982d (patch)
tree11ec25ea7642f27c97e56a4f54bb710aeb074207 /meta/recipes-graphics/ttf-fonts
parentc259bc5a16d85527ad22c22e996195eebe3519c1 (diff)
downloadopenembedded-core-contrib-cfccedf0f9c2aa051de3ecdd4c3f6d42729c982d.tar.gz
ttf-bitstream-vera_1.10: add PN to RDEPENDS
RDEPENDS is package-specific, so add ${PN} to it. 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"