diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-10-14 10:14:41 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-18 15:49:57 +0100 |
commit | b0125ee0792a340ddca0d43165387f69420e666f (patch) | |
tree | 445fe5f211cb4c4d59a7725d35e30e0514e039ee /meta/recipes-extended/byacc/byacc_20130925.bb | |
parent | db1d37aaacf2f330ca23c2d61fc2d2c60603433a (diff) | |
download | poky-b0125ee0792a340ddca0d43165387f69420e666f.tar.gz |
byacc: upgrade to 20130925
(From OE-Core rev: e41124b3c5a36304d26527864c71f9802066d25b)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@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_20130925.bb')
-rw-r--r-- | meta/recipes-extended/byacc/byacc_20130925.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-extended/byacc/byacc_20130925.bb b/meta/recipes-extended/byacc/byacc_20130925.bb new file mode 100644 index 0000000000..8e68db83b2 --- /dev/null +++ b/meta/recipes-extended/byacc/byacc_20130925.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | # Sigh. This is one of those places where everyone licenses it differently. Someone | ||
2 | # even apply UCB to it (Free/Net/OpenBSD). The maintainer states that: | ||
3 | # "I've found no reliable source which states that byacc must bear a UCB copyright." | ||
4 | # Setting to PD as this is what the upstream has it as. | ||
5 | |||
6 | LICENSE="PD" | ||
7 | LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3" | ||
8 | require byacc.inc | ||
9 | |||
10 | SRC_URI[md5sum] = "265f74058b923d7d9ddd1bd82f05a42e" | ||
11 | SRC_URI[sha256sum] = "e2560caab28396fc732a946e722cf5c6220e72388e70cdcc23bf67ae88799b31" | ||