diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-07-15 09:49:35 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:28:51 +0100 |
commit | 1854732804b833b2f6ce4f99c129066a848fa7ab (patch) | |
tree | 8fe2207af8105a2a7a2485d23c5b7762cbc53133 /meta/recipes-extended/byacc/byacc_20160606.bb | |
parent | e53630ee3af75455294e8fbac8552e8581c4791e (diff) | |
download | poky-1854732804b833b2f6ce4f99c129066a848fa7ab.tar.gz |
byacc: upgrade to 20160606
(From OE-Core rev: 4cd2db8850c76a842d6a4e85eddd1bf66dd56a6b)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/byacc/byacc_20160606.bb')
-rw-r--r-- | meta/recipes-extended/byacc/byacc_20160606.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-extended/byacc/byacc_20160606.bb b/meta/recipes-extended/byacc/byacc_20160606.bb new file mode 100644 index 0000000000..98129d0ec4 --- /dev/null +++ b/meta/recipes-extended/byacc/byacc_20160606.bb | |||
@@ -0,0 +1,12 @@ | |||
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=74533d32ffd38bca4cbf1f1305f8bc60" | ||
8 | require byacc.inc | ||
9 | |||
10 | |||
11 | SRC_URI[md5sum] = "d527c811b360f04a8c5f5a0a90625966" | ||
12 | SRC_URI[sha256sum] = "cc8fdced486cb70cec7a7c9358de836bfd267d19d6456760bb4721ccfea5ac91" | ||