From 77a218ba13bc855701011b9d81962d74ba54ddb2 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 22 Jul 2015 15:59:00 +0800 Subject: byacc: upgrade to 20150711 The LIC_FILES_CHECKSUM is modified. The change is only about the copyright time. So the licence remains the same. Signed-off-by: Chen Qi --- meta/recipes-extended/byacc/byacc_20141128.bb | 11 ----------- meta/recipes-extended/byacc/byacc_20150711.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-extended/byacc/byacc_20141128.bb create mode 100644 meta/recipes-extended/byacc/byacc_20150711.bb diff --git a/meta/recipes-extended/byacc/byacc_20141128.bb b/meta/recipes-extended/byacc/byacc_20141128.bb deleted file mode 100644 index 15c14c9733..0000000000 --- a/meta/recipes-extended/byacc/byacc_20141128.bb +++ /dev/null @@ -1,11 +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=f186cf0d59bac042b75830396ec389a3" -require byacc.inc - -SRC_URI[md5sum] = "acb0ff0fb6cc414a6b50c799794b2425" -SRC_URI[sha256sum] = "f517fc21f08c1a1f010177357df58fc64eb1131011e5dcd48c19fe44c47198d0" diff --git a/meta/recipes-extended/byacc/byacc_20150711.bb b/meta/recipes-extended/byacc/byacc_20150711.bb new file mode 100644 index 0000000000..e5b5451f26 --- /dev/null +++ b/meta/recipes-extended/byacc/byacc_20150711.bb @@ -0,0 +1,11 @@ +# 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=c52fb2d1b3f75b3b7534927807a1b714" +require byacc.inc + +SRC_URI[md5sum] = "2700401030583c4e9169ac7ea7d08de8" +SRC_URI[sha256sum] = "c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248" -- cgit 1.2.3-korg