diff options
Diffstat (limited to 'meta/recipes-extended/byacc/byacc_20111219.bb')
-rw-r--r-- | meta/recipes-extended/byacc/byacc_20111219.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-extended/byacc/byacc_20111219.bb b/meta/recipes-extended/byacc/byacc_20111219.bb new file mode 100644 index 0000000000..4b317c49c9 --- /dev/null +++ b/meta/recipes-extended/byacc/byacc_20111219.bb | |||
@@ -0,0 +1,13 @@ | |||
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=4dc4c30f840a7203fb6edf20b3db849e" | ||
10 | require byacc.inc | ||
11 | |||
12 | SRC_URI[md5sum] = "c17542fd9df6e392d495a64f883e29f1" | ||
13 | SRC_URI[sha256sum] = "ca37eb3702a02efe4a4dd09e0ef26fc91e4c22c36d8d52e45d2f76923fbd99d9" | ||