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

git at git.openembedded.org git at git.openembedded.org
Wed May 13 12:44:31 UTC 2015


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

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>

---

 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