diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2013-03-15 16:04:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-16 17:53:58 +0000 |
commit | 72e77b82f71a7993e44c7f461423bbc3a93a13f6 (patch) | |
tree | 9d806f047f80064317a7fe8e5ae7b901594940e5 /meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | |
parent | ef2ce8faff03df9c0c893c0eabf72b7fe65fe516 (diff) | |
download | poky-72e77b82f71a7993e44c7f461423bbc3a93a13f6.tar.gz |
ttf-fonts: fix PN -> BPN in do_install for multilibs
(From OE-Core rev: 7720c356534e46614578619d5a8f0462485b81f6)
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.bb | 6 |
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." | |||
7 | SECTION = "x11/fonts" | 7 | SECTION = "x11/fonts" |
8 | LICENSE = "BitstreamVera" | 8 | LICENSE = "BitstreamVera" |
9 | LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" | 9 | LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" |
10 | PR = "r6" | 10 | PR = "r7" |
11 | RDEPENDS_${PN} = "fontconfig-utils" | 11 | RDEPENDS_${PN} = "fontconfig-utils" |
12 | 12 | ||
13 | inherit allarch | 13 | inherit 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 | ||