From 72e77b82f71a7993e44c7f461423bbc3a93a13f6 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 15 Mar 2013 16:04:02 +0800 Subject: ttf-fonts: fix PN -> BPN in do_install for multilibs (From OE-Core rev: 7720c356534e46614578619d5a8f0462485b81f6) Signed-off-by: Jackie Huang Signed-off-by: Richard Purdie --- meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb') diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb index 0ac4debcd6..6391f51227 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb @@ -10,7 +10,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" RDEPENDS_${PN} = "fontconfig-utils" PE = "1" -PR = "r2" +PR = "r3" FONTREV = "0.20100721" SRC_URI = "https://fedorahosted.org/releases/l/i/${BPN}/${BPN}-${PV}.${FONTREV}.tar.gz \ @@ -29,8 +29,8 @@ do_install () { install -d ${D}${sysconfdir}/fonts/conf.d/ install -m 0644 ${WORKDIR}/30-liberation-aliases.conf ${D}${sysconfdir}/fonts/conf.d/ - install -d ${D}${prefix}/share/doc/${PN}/ - install -m 0644 License.txt ${D}${datadir}/doc/${PN}/ + install -d ${D}${prefix}/share/doc/${BPN}/ + install -m 0644 License.txt ${D}${datadir}/doc/${BPN}/ } pkg_postinst_${PN} () { -- cgit 1.2.3-korg