[oe-commits] Yi Zhao : takao-fonts: fix PN -> BPN for multilib

git at git.openembedded.org git at git.openembedded.org
Tue Aug 18 10:44:19 UTC 2015


Module: meta-openembedded.git
Branch: fido-next
Commit: 6ea949c878df4f2ad04a260ef5774b28e30add87
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6ea949c878df4f2ad04a260ef5774b28e30add87

Author: Yi Zhao <yi.zhao at windriver.com>
Date:   Fri May  8 15:42:20 2015 +0800

takao-fonts: fix PN -> BPN for multilib

Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Armin Kuster <akuster808 at gmail.com>

---

 meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.02.01.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.02.01.bb b/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.02.01.bb
index 0a0f6d1..ed875fa 100644
--- a/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.02.01.bb
+++ b/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.02.01.bb
@@ -11,7 +11,7 @@ SRC_URI = "http://launchpad.net/takao-fonts/003.02/${PV}/+download/takao-fonts-t
 SRC_URI[md5sum] = "ca480e5edb9f26d871bf6df6cb910306"
 SRC_URI[sha256sum] = "2f526a16c7931958f560697d494d8304949b3ce0aef246fb0c727fbbcc39089e"
 
-S = "${WORKDIR}/${PN}-ttf-${PV}"
+S = "${WORKDIR}/${BPN}-ttf-${PV}"
 
 do_install() {
     install -m 0755 -d ${D}/${datadir}/fonts



More information about the Openembedded-commits mailing list