aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/byacc/byacc.inc
diff options
context:
space:
mode:
authorHong Liu <hongl.fnst@cn.fujitsu.com>2018-05-22 13:10:29 +0800
committerKhem Raj <raj.khem@gmail.com>2018-05-26 21:10:55 -0700
commitb475e300fd5602a5aa4b35cc7b4b3427875ad25d (patch)
treee5e68418391fa0538dc5abbdd8bee631abe445a8 /meta-oe/recipes-extended/byacc/byacc.inc
parent3205d00170229d9d8a7cb4a1304c971f88038c35 (diff)
downloadmeta-openembedded-contrib-b475e300fd5602a5aa4b35cc7b4b3427875ad25d.tar.gz
byacc: 20170201 -> 20180510
1. Upgrade byacc from 20170201 to 20180510 2. Update md5 checksum of license, since the copyright's time has been modified. 3. Modify the SRC_URI 4. Modify 0001-byacc-do-not-reorder-CC-and-CFLAGS.patch Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/byacc/byacc.inc')
-rw-r--r--meta-oe/recipes-extended/byacc/byacc.inc2
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 9bdafd2440..5214715cd7 100644
--- a/meta-oe/recipes-extended/byacc/byacc.inc
+++ b/meta-oe/recipes-extended/byacc/byacc.inc
@@ -6,7 +6,7 @@ programming language."
SECTION = "devel"
LICENSE = "PD"
-SRC_URI = "ftp://invisible-island.net/byacc/byacc-${PV}.tgz \
+SRC_URI = "ftp://ftp.invisible-island.net/byacc/byacc-${PV}.tgz \
file://byacc-open.patch \
file://0001-byacc-do-not-reorder-CC-and-CFLAGS.patch"