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

git at git.openembedded.org git at git.openembedded.org
Sun May 17 07:46:15 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: e56b413ea653b5707d82e39ed1e9039819d1c789
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e56b413ea653b5707d82e39ed1e9039819d1c789

Author: Yi Zhao <yi.zhao at windriver.com>
Date:   Thu May  7 17:54:34 2015 +0800

p7zip: fix PN -> BPN for multilib

Signed-off-by: Yi Zhao <yi.zhao at windriver.com>

---

 meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb b/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb
index 8905ae9..be706e1 100644
--- a/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb
+++ b/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb
@@ -9,7 +9,7 @@ SRC_URI = "http://downloads.sourceforge.net/p7zip/p7zip/${PV}/p7zip_${PV}_src_al
 SRC_URI[md5sum] = "bd6caaea567dc0d995c990c5cc883c89"
 SRC_URI[sha256sum] = "49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782"
 
-S = "${WORKDIR}/${PN}_${PV}"
+S = "${WORKDIR}/${BPN}_${PV}"
 
 do_install() {
     install -d ${D}${bindir}



More information about the Openembedded-commits mailing list