[oe-commits] Jackie Huang : libestr: 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: 946248db29d207d1180aee00938a77822a3651f8
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=946248db29d207d1180aee00938a77822a3651f8

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Fri Apr 11 15:59:44 2014 +0800

libestr: 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-support/libestr/libestr_0.1.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libestr/libestr_0.1.6.bb b/meta-oe/recipes-support/libestr/libestr_0.1.6.bb
index ae29856..e3f675a 100644
--- a/meta-oe/recipes-support/libestr/libestr_0.1.6.bb
+++ b/meta-oe/recipes-support/libestr/libestr_0.1.6.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://libestr.adiscon.com/"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9d6c993486c18262afba4ca5bcb894d0"
 
-SRC_URI = "http://libestr.adiscon.com/files/download/${P}.tar.gz"
+SRC_URI = "http://libestr.adiscon.com/files/download/${BP}.tar.gz"
 
 SRC_URI[md5sum] = "f48a7098080eebfe7842673c23dcd064"
 SRC_URI[sha256sum] = "b9c819d30397845fdf85bb1f37c52e81de23aa3b061ec6cc4386f1b942960153"



More information about the Openembedded-commits mailing list