[oe-commits] [openembedded-core] 03/11: libedit: remove FETCHCMD append

git at git.openembedded.org git at git.openembedded.org
Tue Sep 3 11:24:15 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d9fee6c1ee757f56d8069e965133bca8178a23af
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Sep 3 11:57:29 2019 +0100

    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 8585541..25667cc 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list