aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-10-24 07:56:06 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-10-28 09:26:26 +0100
commitbeee26305246a75b3e0c75828ba6c660abee6392 (patch)
treec158a4c040328352d7c2b545fa2daae4d9913a4c /meta-oe/recipes-devtools
parent12994b85e6018eb09ca9ccb238ac179ee23dc229 (diff)
downloadmeta-openembedded-beee26305246a75b3e0c75828ba6c660abee6392.tar.gz
libedit: fix multilib build issue
Failed to fetch URL http://www.thrysoee.dk/editline/lib64-libedit-20121213-3.0.tar.gz Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/libedit/libedit_20121213.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/libedit/libedit_20121213.bb b/meta-oe/recipes-devtools/libedit/libedit_20121213.bb
index 35e619ca85..08dba440d9 100644
--- a/meta-oe/recipes-devtools/libedit/libedit_20121213.bb
+++ b/meta-oe/recipes-devtools/libedit/libedit_20121213.bb
@@ -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"