From c6cb877ae1185952e9954ffc5e29e032f6c448f5 Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Wed, 8 May 2013 13:50:17 +0300 Subject: byacc: upgraded to 20130304 Signed-off-by: Bogdan Marinescu Signed-off-by: Saul Wold --- meta/recipes-extended/byacc/byacc_20121003.bb | 14 -------------- meta/recipes-extended/byacc/byacc_20130304.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-extended/byacc/byacc_20121003.bb create mode 100644 meta/recipes-extended/byacc/byacc_20130304.bb (limited to 'meta/recipes-extended/byacc') diff --git a/meta/recipes-extended/byacc/byacc_20121003.bb b/meta/recipes-extended/byacc/byacc_20121003.bb deleted file mode 100644 index c3c8744621..0000000000 --- a/meta/recipes-extended/byacc/byacc_20121003.bb +++ /dev/null @@ -1,14 +0,0 @@ -PR = "r0" - -# 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] = "26ba97e33a3bfaa311e2e5e1e078de55" -SRC_URI[sha256sum] = "5afa4863550a7fc528e976cc33cc383bc0a9637ab95a6a594d2d5f6bf08dd1c5" - diff --git a/meta/recipes-extended/byacc/byacc_20130304.bb b/meta/recipes-extended/byacc/byacc_20130304.bb new file mode 100644 index 0000000000..da79833e91 --- /dev/null +++ b/meta/recipes-extended/byacc/byacc_20130304.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=f186cf0d59bac042b75830396ec389a3" +require byacc.inc + +SRC_URI[md5sum] = "e5eef96a33f55b724f2a957f0fa3b019" +SRC_URI[sha256sum] = "dd8397174e088baf57cf4d344023a34b0758b7bbb8a1dfcdafdc234b8eb57924" -- cgit 1.2.3-korg