[oe-commits] Jackie Huang : iw: use BP instead of P to fix multilib builds

git at git.openembedded.org git at git.openembedded.org
Sun Apr 20 09:19:15 UTC 2014


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

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Fri Apr 11 17:03:02 2014 +0800

iw: use BP instead of P to fix multilib builds

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

---

 meta-oe/recipes-connectivity/iw/iw_3.11.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/iw/iw_3.11.bb b/meta-oe/recipes-connectivity/iw/iw_3.11.bb
index 42477e7..d72a140 100644
--- a/meta-oe/recipes-connectivity/iw/iw_3.11.bb
+++ b/meta-oe/recipes-connectivity/iw/iw_3.11.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
 
 DEPENDS = "libnl pkgconfig"
 
-SRC_URI = "http://www.kernel.org/pub/software/network/iw/${P}.tar.bz2 \
+SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.bz2 \
            file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \
 "
 



More information about the Openembedded-commits mailing list