From 607d0099a652c83979b74cd8c8c3d8479221c513 Mon Sep 17 00:00:00 2001 From: Chong Lu Date: Tue, 30 Sep 2014 17:33:06 +0800 Subject: byacc: Upgrade to 20140715 Signed-off-by: Chong Lu Signed-off-by: Ross Burton --- meta/recipes-extended/byacc/byacc_20140422.bb | 11 ----------- meta/recipes-extended/byacc/byacc_20140715.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-extended/byacc/byacc_20140422.bb create mode 100644 meta/recipes-extended/byacc/byacc_20140715.bb diff --git a/meta/recipes-extended/byacc/byacc_20140422.bb b/meta/recipes-extended/byacc/byacc_20140422.bb deleted file mode 100644 index cf57738bea..0000000000 --- a/meta/recipes-extended/byacc/byacc_20140422.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] = "e7c13c5e207dc05eab9145cc9972397b" -SRC_URI[sha256sum] = "2f104c7e200dd86844d5f3521e12cb55fc48a9c3da3480a65fde2ca8c053bdcc" diff --git a/meta/recipes-extended/byacc/byacc_20140715.bb b/meta/recipes-extended/byacc/byacc_20140715.bb new file mode 100644 index 0000000000..f5cd07db03 --- /dev/null +++ b/meta/recipes-extended/byacc/byacc_20140715.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] = "814d2ebedd738a526e5aeb00b1ad38af" +SRC_URI[sha256sum] = "ecd0d87bf7e62b5536fb096ada96ecd564c6411866bbe6644e30ee7963e97fe5" -- cgit 1.2.3-korg