summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2013-03-15 16:04:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-16 17:13:57 +0000
commit7720c356534e46614578619d5a8f0462485b81f6 (patch)
treedfbcedd8175b6d4aa37557d63d046a04a2f57a53 /meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
parent9dbff379575e6f5fdc07412906848134b2739598 (diff)
downloadopenembedded-core-contrib-7720c356534e46614578619d5a8f0462485b81f6.tar.gz
ttf-fonts: fix PN -> BPN in do_install for multilibs
Signed-off-by: Jackie Huang <jackie.huang@windriver.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.bb6
1 files changed, 3 insertions, 3 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 6214c16278..71e85e4088 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
@@ -7,7 +7,7 @@ but is visibly different than normal and bold, and reasonably pleasing."
SECTION = "x11/fonts"
LICENSE = "BitstreamVera"
LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be"
-PR = "r6"
+PR = "r7"
RDEPENDS_${PN} = "fontconfig-utils"
inherit allarch
@@ -25,9 +25,9 @@ do_install () {
#install -m 644 local.conf ${D}${sysconfdir}/fonts/local.conf
- install -d ${D}${prefix}/share/doc/${PN}/
+ install -d ${D}${prefix}/share/doc/${BPN}/
for i in *.TXT; do
- install -m 644 $i ${D}${prefix}/share/doc/${PN}/$i
+ install -m 644 $i ${D}${prefix}/share/doc/${BPN}/$i
done
}