2024-09-09 08:52:07 +00:00
|
|
|
# Sigh. This is one of those places where everyone licenses it differently. Someone
|
|
|
|
# even apply UCB to it (Free/Net/OpenBSD). The maintainer states that:
|
|
|
|
# "I've found no reliable source which states that byacc must bear a UCB copyright."
|
|
|
|
# Setting to PD as this is what the upstream has it as.
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
LICENSE = "PD"
|
|
|
|
LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3"
|
2024-09-09 08:52:07 +00:00
|
|
|
require byacc.inc
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
SRC_URI[md5sum] = "acb0ff0fb6cc414a6b50c799794b2425"
|
|
|
|
SRC_URI[sha256sum] = "f517fc21f08c1a1f010177357df58fc64eb1131011e5dcd48c19fe44c47198d0"
|