summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
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:18:37 +0800
commit768c6ef13546e0f977847bc1fbb5957571fbf724 (patch)
treea1483f5f6dd062abb80e8394234ec22b56b5cd7d /recipes-devtools
parentbf3e3798d4c39c0dd6be3def71af0de178006a62 (diff)
downloadmeta-fsl-ppc-768c6ef13546e0f977847bc1fbb5957571fbf724.tar.gz
libedit: fix the multilib build issue
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'recipes-devtools')
-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"