summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/libedit
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-10-24 07:50:18 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-10-25 11:21:03 +0800
commitb5732aeadc9eb0de933f52d0949412e12f8486bd (patch)
tree70e3284e64755ae93c130e00f810ba5c501801b9 /recipes-devtools/libedit
parentf1a6759fa182123f4252cbf1ba5ff138f15b303f (diff)
downloadmeta-fsl-ppc-b5732aeadc9eb0de933f52d0949412e12f8486bd.tar.gz
libedit: fix the multilib build issue
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'recipes-devtools/libedit')
-rw-r--r--recipes-devtools/libedit/libedit_20121213.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/libedit/libedit_20121213.bb b/recipes-devtools/libedit/libedit_20121213.bb
index 35e619c..08dba44 100644
--- a/recipes-devtools/libedit/libedit_20121213.bb
+++ b/recipes-devtools/libedit/libedit_20121213.bb
@@ -10,9 +10,9 @@ inherit autotools
10 10
11# upstream site does not allow wget's User-Agent 11# upstream site does not allow wget's User-Agent
12FETCHCMD_wget += "-U bitbake" 12FETCHCMD_wget += "-U bitbake"
13SRC_URI = "http://www.thrysoee.dk/editline/${PN}-${PV}-3.0.tar.gz" 13SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}-3.0.tar.gz"
14 14
15S = "${WORKDIR}/${PN}-${PV}-3.0" 15S = "${WORKDIR}/${BPN}-${PV}-3.0"
16 16
17SRC_URI[md5sum] = "f475f50fe7467c1074c0fbae8b5bca1a" 17SRC_URI[md5sum] = "f475f50fe7467c1074c0fbae8b5bca1a"
18SRC_URI[sha256sum] = "0379e4a73c219f260e6d16adbc2e87635532ebb4c5a83a7399f231dc40108d1f" 18SRC_URI[sha256sum] = "0379e4a73c219f260e6d16adbc2e87635532ebb4c5a83a7399f231dc40108d1f"