All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libedit: remove FETCHCMD append
@ 2019-09-03 10:57 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2019-09-03 10:57 UTC (permalink / raw)
  To: openembedded-core

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>
---
 meta/recipes-devtools/libedit/libedit_20190324-3.1.bb | 2 --
 1 file changed, 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 85855411868..25667ccce7c 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 \
-- 
2.20.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-03 10:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03 10:57 [PATCH] libedit: remove FETCHCMD append Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.