[oe-commits] Jackie Huang : eject: fix multilib builds

git at git.openembedded.org git at git.openembedded.org
Fri Apr 18 09:48:10 UTC 2014


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

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Wed Apr  9 14:27:08 2014 +0800

eject: fix multilib builds

Use BPN instead of PN, BP instead of P to fix the multilib builds.

Signed-off-by: Randy MacLeod <Randy.MacLeod at windriver.com>
Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/eject/eject_2.1.5.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/eject/eject_2.1.5.bb b/meta-oe/recipes-support/eject/eject_2.1.5.bb
index 3f2c90d..98319a3 100644
--- a/meta-oe/recipes-support/eject/eject_2.1.5.bb
+++ b/meta-oe/recipes-support/eject/eject_2.1.5.bb
@@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 
 inherit autotools gettext update-alternatives
 
-SRC_URI = "http://sources.openembedded.org/${P}.tar.gz"
+SRC_URI = "http://sources.openembedded.org/${BP}.tar.gz"
 
 SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738"
 SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55"
 
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"
 
 PR = "r1"
 



More information about the Openembedded-commits mailing list