From 79f2c696b6faaa311e7c0611034cd8dd3304b5f1 Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Fri, 14 Apr 2017 13:20:01 +0800 Subject: byacc: 20161202 -> 20170201 1)Upgrade byacc from 20161202 to 20170201. 2)License checksum changed,since the copyright years were updated. (From OE-Core rev: f859b95c0d3dce36c6d39f5aba414a27f855a18d) Signed-off-by: Huang Qiyu Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-extended/byacc/byacc_20161202.bb | 12 ------------ meta/recipes-extended/byacc/byacc_20170201.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta/recipes-extended/byacc/byacc_20161202.bb create mode 100644 meta/recipes-extended/byacc/byacc_20170201.bb (limited to 'meta/recipes-extended/byacc') diff --git a/meta/recipes-extended/byacc/byacc_20161202.bb b/meta/recipes-extended/byacc/byacc_20161202.bb deleted file mode 100644 index 755f8ab515..0000000000 --- a/meta/recipes-extended/byacc/byacc_20161202.bb +++ /dev/null @@ -1,12 +0,0 @@ -# Sigh. This is one of those places where everyone licenses it differently. Someone -# even apply UCB to it (Free/Net/OpenBSD). The maintainer states that: -# "I've found no reliable source which states that byacc must bear a UCB copyright." -# Setting to PD as this is what the upstream has it as. - -LICENSE = "PD" -LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=74533d32ffd38bca4cbf1f1305f8bc60" -require byacc.inc - - -SRC_URI[md5sum] = "48ef38447f2cc864c70ef864b26cf817" -SRC_URI[sha256sum] = "30dc58cfcdb708eea7ba022db29b41d2d392f20727491b956954366f2f2117f0" diff --git a/meta/recipes-extended/byacc/byacc_20170201.bb b/meta/recipes-extended/byacc/byacc_20170201.bb new file mode 100644 index 0000000000..702c4c99ef --- /dev/null +++ b/meta/recipes-extended/byacc/byacc_20170201.bb @@ -0,0 +1,12 @@ +# Sigh. This is one of those places where everyone licenses it differently. Someone +# even apply UCB to it (Free/Net/OpenBSD). The maintainer states that: +# "I've found no reliable source which states that byacc must bear a UCB copyright." +# Setting to PD as this is what the upstream has it as. + +LICENSE = "PD" +LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=9176bfb16dab43ebcb8e50d9ee9550b6" +require byacc.inc + +SRC_URI[md5sum] = "4bb274bbd7b648d4251c2b9ca36ed0c9" +SRC_URI[sha256sum] = "90b768d177f91204e6e7cef226ae1dc7cac831b625774cebd3e233a917754f91" + -- cgit v1.2.3-54-g00ecf