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:
Armin Kuster
2017-11-20 16:55:12 -08:00
committed by Richard Purdie
parent ccf5f67f5d
commit 43853be4dd

View File

@@ -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,'"