mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
+4
-2
@@ -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"
|
||||
Reference in New Issue
Block a user