diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-10-24 07:50:18 +0000 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-10-25 11:18:37 +0800 |
commit | 768c6ef13546e0f977847bc1fbb5957571fbf724 (patch) | |
tree | a1483f5f6dd062abb80e8394234ec22b56b5cd7d | |
parent | bf3e3798d4c39c0dd6be3def71af0de178006a62 (diff) | |
download | meta-fsl-ppc-768c6ef13546e0f977847bc1fbb5957571fbf724.tar.gz |
libedit: fix the multilib build issue
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
-rw-r--r-- | recipes-devtools/libedit/libedit_20121213.bb | 4 |
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 |
12 | FETCHCMD_wget += "-U bitbake" | 12 | FETCHCMD_wget += "-U bitbake" |
13 | SRC_URI = "http://www.thrysoee.dk/editline/${PN}-${PV}-3.0.tar.gz" | 13 | SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}-3.0.tar.gz" |
14 | 14 | ||
15 | S = "${WORKDIR}/${PN}-${PV}-3.0" | 15 | S = "${WORKDIR}/${BPN}-${PV}-3.0" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "f475f50fe7467c1074c0fbae8b5bca1a" | 17 | SRC_URI[md5sum] = "f475f50fe7467c1074c0fbae8b5bca1a" |
18 | SRC_URI[sha256sum] = "0379e4a73c219f260e6d16adbc2e87635532ebb4c5a83a7399f231dc40108d1f" | 18 | SRC_URI[sha256sum] = "0379e4a73c219f260e6d16adbc2e87635532ebb4c5a83a7399f231dc40108d1f" |