mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
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 (From OE-Core rev: 0861820f83e9300745cd459255c2c9b1d37a3f9f) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ccf5f67f5d
commit
43853be4dd
@@ -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,'"
|
||||
|
||||
Reference in New Issue
Block a user