[oe-commits] [openembedded-core] 52/53: byacc: Fix fetch error

git at git.openembedded.org git at git.openembedded.org
Tue Nov 21 14:45:13 UTC 2017


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

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

commit 0861820f83e9300745cd459255c2c9b1d37a3f9f
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Mon Nov 20 16:55:12 2017 -0800

    byacc: Fix fetch error
    
    ERROR: byacc-20160606-r0 do_checkuri: Fetcher failure for URL: 'ftp://invisible-island.net/byacc/byacc-20160606.tgz'. URL ftp://invisible-island.net/byacc/byacc-20160606.tgz doesn't work
    
    update to https and achive location
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-extended/byacc/byacc.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/byacc/byacc.inc b/meta/recipes-extended/byacc/byacc.inc
index f9f8d6b..1cf5ee0 100644
--- a/meta/recipes-extended/byacc/byacc.inc
+++ b/meta/recipes-extended/byacc/byacc.inc
@@ -5,7 +5,7 @@ programming language."
 SECTION = "devel"
 LICENSE = "PD"
 
-SRC_URI = "ftp://invisible-island.net/byacc/byacc-${PV}.tgz \
+SRC_URI = "https://invisible-mirror.net/archives/${BPN}/${BP}.tgz \
            file://byacc-open.patch"
 
 EXTRA_OECONF += "--program-transform-name='s,^,b,'"

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


More information about the Openembedded-commits mailing list