diff options
Diffstat (limited to 'meta/recipes-extended/byacc')
-rw-r--r-- | meta/recipes-extended/byacc/byacc_20110908.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-extended/byacc/byacc_20110908.bb b/meta/recipes-extended/byacc/byacc_20110908.bb index 5969d0abef..5e01c25f72 100644 --- a/meta/recipes-extended/byacc/byacc_20110908.bb +++ b/meta/recipes-extended/byacc/byacc_20110908.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | PR = "r0" | 1 | PR = "r1" |
2 | LICENSE="other-BSD" | 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" | ||
3 | LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=4dc4c30f840a7203fb6edf20b3db849e" | 9 | LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=4dc4c30f840a7203fb6edf20b3db849e" |
4 | require byacc.inc | 10 | require byacc.inc |
5 | 11 | ||