diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2012-07-24 08:36:58 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-26 14:55:20 +0100 |
commit | 370881358b9bab9fa89b9070ad763e030ee30db1 (patch) | |
tree | 5ec6cd49b92ae019a0789845dbd98e3f694fb928 /meta/recipes-extended/byacc/byacc_20120115.bb | |
parent | 3ca4f1740dd8289d08f3be3a43cd39d1d28808be (diff) | |
download | poky-370881358b9bab9fa89b9070ad763e030ee30db1.tar.gz |
byacc: upgrade to ver. 20120526
(From OE-Core rev: d537564fb8e9fb58ea4897ecf4ba10ae6cc705d0)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/byacc/byacc_20120115.bb')
-rw-r--r-- | meta/recipes-extended/byacc/byacc_20120115.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-extended/byacc/byacc_20120115.bb b/meta/recipes-extended/byacc/byacc_20120115.bb deleted file mode 100644 index 4549ca41aa..0000000000 --- a/meta/recipes-extended/byacc/byacc_20120115.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | PR = "r0" | ||
2 | |||
3 | # Sigh. This is one of those places where everyone licenses it differently. Someone | ||
4 | # even apply UCB to it (Free/Net/OpenBSD). The maintainer states that: | ||
5 | # "I've found no reliable source which states that byacc must bear a UCB copyright." | ||
6 | # Setting to PD as this is what the upstream has it as. | ||
7 | |||
8 | LICENSE="PD" | ||
9 | LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3" | ||
10 | require byacc.inc | ||
11 | |||
12 | SRC_URI[md5sum] = "3061c62c47ec0f43255afd8fc3f7e3ab" | ||
13 | SRC_URI[sha256sum] = "4034efc9b59646fc61e29b1a87472cccf1d1aaf45435f9d3bf58dec2b5f0831c" | ||