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/liberation-fonts_1.04.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/liberation-fonts_1.04.bb')
-rw-r--r-- | meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb index 67e36e2a01..a34825ab19 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | |||
@@ -9,7 +9,7 @@ SECTION = "x11/fonts" | |||
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
11 | RDEPENDS_${PN} = "fontconfig-utils" | 11 | RDEPENDS_${PN} = "fontconfig-utils" |
12 | PR = "r3" | 12 | PR = "r4" |
13 | PE = "1" | 13 | PE = "1" |
14 | 14 | ||
15 | inherit allarch fontcache | 15 | inherit allarch fontcache |
@@ -31,8 +31,8 @@ do_install () { | |||
31 | install -d ${D}${sysconfdir}/fonts/conf.d/ | 31 | install -d ${D}${sysconfdir}/fonts/conf.d/ |
32 | install -m 0644 ${WORKDIR}/30-liberation-aliases.conf ${D}${sysconfdir}/fonts/conf.d/ | 32 | install -m 0644 ${WORKDIR}/30-liberation-aliases.conf ${D}${sysconfdir}/fonts/conf.d/ |
33 | 33 | ||
34 | install -d ${D}${prefix}/share/doc/${PN}/ | 34 | install -d ${D}${prefix}/share/doc/${BPN}/ |
35 | install -m 0644 License.txt ${D}${datadir}/doc/${PN}/ | 35 | install -m 0644 License.txt ${D}${datadir}/doc/${BPN}/ |
36 | } | 36 | } |
37 | 37 | ||
38 | PACKAGES = "${PN}" | 38 | PACKAGES = "${PN}" |