libedit: fix multilib build issue
authorZhenhua Luo <zhenhua.luo@freescale.com>
Thu, 24 Oct 2013 07:56:06 +0000 (07:56 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:34:11 +0000 (08:34 -0800)
Failed to fetch URL http://www.thrysoee.dk/editline/lib64-libedit-20121213-3.0.tar.gz

(From meta-openembedded rev: beee26305246a75b3e0c75828ba6c660abee6392)

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-devtools/libedit/libedit_20121213.bb

index 35e619c..08dba44 100644 (file)
@@ -10,9 +10,9 @@ inherit autotools
 
 # upstream site does not allow wget's User-Agent
 FETCHCMD_wget += "-U bitbake"
-SRC_URI = "http://www.thrysoee.dk/editline/${PN}-${PV}-3.0.tar.gz"
+SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}-3.0.tar.gz"
 
-S = "${WORKDIR}/${PN}-${PV}-3.0"
+S = "${WORKDIR}/${BPN}-${PV}-3.0"
 
 SRC_URI[md5sum] = "f475f50fe7467c1074c0fbae8b5bca1a"
 SRC_URI[sha256sum] = "0379e4a73c219f260e6d16adbc2e87635532ebb4c5a83a7399f231dc40108d1f"