summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
diff options
context:
space:
mode:
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."
7SECTION = "x11/fonts" 7SECTION = "x11/fonts"
8LICENSE = "BitstreamVera" 8LICENSE = "BitstreamVera"
9LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" 9LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be"
10PR = "r6" 10PR = "r7"
11RDEPENDS_${PN} = "fontconfig-utils" 11RDEPENDS_${PN} = "fontconfig-utils"
12 12
13inherit allarch 13inherit allarch
@@ -25,9 +25,9 @@ do_install () {
25 #install -m 644 local.conf ${D}${sysconfdir}/fonts/local.conf 25 #install -m 644 local.conf ${D}${sysconfdir}/fonts/local.conf
26 26
27 27
28 install -d ${D}${prefix}/share/doc/${PN}/ 28 install -d ${D}${prefix}/share/doc/${BPN}/
29 for i in *.TXT; do 29 for i in *.TXT; do
30 install -m 644 $i ${D}${prefix}/share/doc/${PN}/$i 30 install -m 644 $i ${D}${prefix}/share/doc/${BPN}/$i
31 done 31 done
32} 32}
33 33