]> code.ossystems Code Review - openembedded-core.git/commitdiff
byacc: Fic SRC_URI to use yocto sources loc.
authorArmin Kuster <akuster808@gmail.com>
Thu, 19 Apr 2018 15:03:45 +0000 (08:03 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 May 2018 14:56:59 +0000 (15:56 +0100)
ERROR: byacc-native-20161202-r0 do_checkuri: Fetcher failure for URL: 'ftp://invisible-island.net/byacc/byacc-20161202.tgz'. URL ftp://invisible-island.net/byacc/byacc-20161202.tgz doesn't work
ERROR: byacc-native-20161202-r0 do_checkuri: Function failed: do_checkuri

Use the file saved in the Yocto Project sources repos

Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-extended/byacc/byacc.inc

index adb07193d735de16e637594490ebfd3d2724e251..951946d3ac7bf1c176049cc3cde2ea511d7fad14 100644 (file)
@@ -5,7 +5,7 @@ programming language."
 SECTION = "devel"
 LICENSE = "PD"
 
-SRC_URI = "ftp://invisible-island.net/byacc/byacc-${PV}.tgz \
+SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/byacc-${PV}.tgz \
            file://byacc-open.patch \
            file://0001-byacc-do-not-reorder-CC-and-CFLAGS.patch"