summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-09-03 11:57:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-06 08:13:40 +0100
commit491aff847714464f1edf79968d3684e07764636a (patch)
treecbc9efdced0a249cdd490cedc47ee8a415cf301d
parent26f9a7401f6379056e0a29f45e3817dee0d56e40 (diff)
downloadopenembedded-core-contrib-491aff847714464f1edf79968d3684e07764636a.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] Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/libedit/libedit_20190324-3.1.bb2
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"
inherit autotools
-# upstream site does not allow wget's User-Agent
-FETCHCMD_wget += "-U bitbake"
SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \
file://stdc-predef.patch \
file://0001-readline.c-fix-cannot-get-history.patch \