diff options
author | Ross Burton <ross.burton@intel.com> | 2019-09-03 11:57:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-06 08:15:45 +0100 |
commit | afc4d8b9d42e95a59b2d7f49409247cd4631b54b (patch) | |
tree | 814ec8071e7f748083ccc11d56ba190a750ed89e /meta | |
parent | 40afea45e26eec585c2103cfc972642269ead787 (diff) | |
download | poky-afc4d8b9d42e95a59b2d7f49409247cd4631b54b.tar.gz |
libedit: remove FETCHCMD append
This dates from when upstream was for some reason refusing the wget user agent,
but this isn't the case anymore:
$ wget http://www.thrysoee.dk/editline/libedit-20190324-3.1.tar.gz
...
HTTP request sent, awaiting response... 200 OK
Length: 521999 (510K) [application/x-gzip]
Saving to: ‘libedit-20190324-3.1.tar.gz’
2019-09-03 11:53:20 (1.22 MB/s) - ‘libedit-20190324-3.1.tar.gz’ saved [521999/521999]
(From OE-Core rev: 491aff847714464f1edf79968d3684e07764636a)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/libedit/libedit_20190324-3.1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/libedit/libedit_20190324-3.1.bb b/meta/recipes-devtools/libedit/libedit_20190324-3.1.bb index 8585541186..25667ccce7 100644 --- a/meta/recipes-devtools/libedit/libedit_20190324-3.1.bb +++ b/meta/recipes-devtools/libedit/libedit_20190324-3.1.bb | |||
@@ -10,8 +10,6 @@ DEPENDS = "ncurses" | |||
10 | 10 | ||
11 | inherit autotools | 11 | inherit autotools |
12 | 12 | ||
13 | # upstream site does not allow wget's User-Agent | ||
14 | FETCHCMD_wget += "-U bitbake" | ||
15 | SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \ | 13 | SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \ |
16 | file://stdc-predef.patch \ | 14 | file://stdc-predef.patch \ |
17 | file://0001-readline.c-fix-cannot-get-history.patch \ | 15 | file://0001-readline.c-fix-cannot-get-history.patch \ |