[oe-commits] Yi Zhao : hexedit: 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: 55347792386b59f3c13cc74f0ad3c3c065832d5d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=55347792386b59f3c13cc74f0ad3c3c065832d5d

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

hexedit: 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-extended/hexedit/hexedit_1.2.13.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb b/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb
index c2f0630..39df5b2 100644
--- a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb
+++ b/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb
@@ -14,4 +14,4 @@ SRC_URI[sha256sum] = "6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963
 
 inherit autotools-brokensep
 
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"



More information about the Openembedded-commits mailing list