diff options
Diffstat (limited to 'meta/recipes-extended/byacc/byacc_20140422.bb')
-rw-r--r-- | meta/recipes-extended/byacc/byacc_20140422.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-extended/byacc/byacc_20140422.bb b/meta/recipes-extended/byacc/byacc_20140422.bb new file mode 100644 index 0000000000..cf57738bea --- /dev/null +++ b/meta/recipes-extended/byacc/byacc_20140422.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] = "e7c13c5e207dc05eab9145cc9972397b" | ||
11 | SRC_URI[sha256sum] = "2f104c7e200dd86844d5f3521e12cb55fc48a9c3da3480a65fde2ca8c053bdcc" | ||