summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/byacc/byacc_20161202.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2016-12-26 11:35:23 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-19 22:47:20 +0000
commitcf670c4629632b7bc627cb55db9454beb8bdb532 (patch)
tree3ba3c679cbb776daed96fb4ba614fb9a52ab096c /meta/recipes-extended/byacc/byacc_20161202.bb
parent72ee691056ee9c9488774350b15d2e7602ac4683 (diff)
downloadpoky-cf670c4629632b7bc627cb55db9454beb8bdb532.tar.gz
byacc: upgrade to 20161202
0001-byacc-do-not-reorder-CC-and-CFLAGS.patch is added to fix the problem of byacc dropping options from $CC. (From OE-Core rev: e7a4eea6fe9ed9630eddf508a07af0e9dccd66da) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/byacc/byacc_20161202.bb')
-rw-r--r--meta/recipes-extended/byacc/byacc_20161202.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-extended/byacc/byacc_20161202.bb b/meta/recipes-extended/byacc/byacc_20161202.bb
new file mode 100644
index 0000000000..755f8ab515
--- /dev/null
+++ b/meta/recipes-extended/byacc/byacc_20161202.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
6LICENSE = "PD"
7LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=74533d32ffd38bca4cbf1f1305f8bc60"
8require byacc.inc
9
10
11SRC_URI[md5sum] = "48ef38447f2cc864c70ef864b26cf817"
12SRC_URI[sha256sum] = "30dc58cfcdb708eea7ba022db29b41d2d392f20727491b956954366f2f2117f0"