diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-23 10:28:19 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-23 11:17:08 +0100 |
commit | d5bb26f8ace3a3b9802f40a5ef5778d51954ba81 (patch) | |
tree | a7dd8e783ec9effaa35ba9d7d373e190dc61c1c1 /meta-oe | |
parent | 3c80ba29b02547321989e27a13f286b011bb8f89 (diff) | |
download | meta-openembedded-d5bb26f8ace3a3b9802f40a5ef5778d51954ba81.tar.gz |
libedit: upgrade to 20121213 and fix download
* pass bitbake as User-Agent to wget, without this upstream site refuses with 406
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/libedit/libedit_20121213.bb (renamed from meta-oe/recipes-devtools/libedit/libedit_20120601.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/libedit/libedit_20120601.bb b/meta-oe/recipes-devtools/libedit/libedit_20121213.bb index 1be967d85..35e619ca8 100644 --- a/meta-oe/recipes-devtools/libedit/libedit_20120601.bb +++ b/meta-oe/recipes-devtools/libedit/libedit_20121213.bb | |||
@@ -8,9 +8,11 @@ DEPENDS = "ncurses" | |||
8 | 8 | ||
9 | inherit autotools | 9 | inherit autotools |
10 | 10 | ||
11 | # upstream site does not allow wget's User-Agent | ||
12 | FETCHCMD_wget += "-U bitbake" | ||
11 | SRC_URI = "http://www.thrysoee.dk/editline/${PN}-${PV}-3.0.tar.gz" | 13 | SRC_URI = "http://www.thrysoee.dk/editline/${PN}-${PV}-3.0.tar.gz" |
12 | 14 | ||
13 | S = "${WORKDIR}/${PN}-${PV}-3.0" | 15 | S = "${WORKDIR}/${PN}-${PV}-3.0" |
14 | 16 | ||
15 | SRC_URI[md5sum] = "e50f6a7afb4de00c81650f7b1a0f5aea" | 17 | SRC_URI[md5sum] = "f475f50fe7467c1074c0fbae8b5bca1a" |
16 | SRC_URI[sha256sum] = "51f0f4b4a97b7ebab26e7b5c2564c47628cdb3042fd8ba8d0605c719d2541918" | 18 | SRC_URI[sha256sum] = "0379e4a73c219f260e6d16adbc2e87635532ebb4c5a83a7399f231dc40108d1f" |