diff options
Diffstat (limited to 'meta-oe/recipes-extended/byacc')
-rw-r--r-- | meta-oe/recipes-extended/byacc/byacc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/byacc/byacc.inc b/meta-oe/recipes-extended/byacc/byacc.inc index cffa7f5dc..a3d9bfdb7 100644 --- a/meta-oe/recipes-extended/byacc/byacc.inc +++ b/meta-oe/recipes-extended/byacc/byacc.inc | |||
@@ -6,7 +6,7 @@ programming language." | |||
6 | SECTION = "devel" | 6 | SECTION = "devel" |
7 | LICENSE = "PD" | 7 | LICENSE = "PD" |
8 | 8 | ||
9 | SRC_URI = "ftp://ftp.invisible-island.net/byacc/byacc-${PV}.tgz \ | 9 | SRC_URI = "https://invisible-mirror.net/archives/byacc/byacc-${PV}.tgz \ |
10 | file://byacc-open.patch \ | 10 | file://byacc-open.patch \ |
11 | file://0001-byacc-do-not-reorder-CC-and-CFLAGS.patch" | 11 | file://0001-byacc-do-not-reorder-CC-and-CFLAGS.patch" |
12 | 12 | ||