libedit: upgrade to 20121213 and fix download
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 23 Dec 2012 09:28:19 +0000 (10:28 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:26:39 +0000 (08:26 -0800)
* pass bitbake as User-Agent to wget, without this upstream site refuses with 406

(From meta-openembedded rev: d5bb26f8ace3a3b9802f40a5ef5778d51954ba81)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-devtools/libedit/libedit_20121213.bb [moved from meta-openembedded/meta-oe/recipes-devtools/libedit/libedit_20120601.bb with 60% similarity]

@@ -8,9 +8,11 @@ DEPENDS = "ncurses"
 
 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"
 
 S = "${WORKDIR}/${PN}-${PV}-3.0"
 
-SRC_URI[md5sum] = "e50f6a7afb4de00c81650f7b1a0f5aea"
-SRC_URI[sha256sum] = "51f0f4b4a97b7ebab26e7b5c2564c47628cdb3042fd8ba8d0605c719d2541918"
+SRC_URI[md5sum] = "f475f50fe7467c1074c0fbae8b5bca1a"
+SRC_URI[sha256sum] = "0379e4a73c219f260e6d16adbc2e87635532ebb4c5a83a7399f231dc40108d1f"