Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Library for ASN.1 and DER manipulation" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 2 | DESCRIPTION = "A highly portable C library that encodes and decodes \ |
| 3 | DER/BER data following an ASN.1 schema. " |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 4 | HOMEPAGE = "http://www.gnu.org/software/libtasn1/" |
| 5 | |
| 6 | LICENSE = "GPLv3+ & LGPLv2.1+" |
| 7 | LICENSE_${PN}-bin = "GPLv3+" |
| 8 | LICENSE_${PN} = "LGPLv2.1+" |
| 9 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
| 10 | file://doc/COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ |
| 11 | file://LICENSE;md5=75ac100ec923f959898182307970c360" |
| 12 | |
| 13 | SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \ |
| 14 | file://dont-depend-on-help2man.patch \ |
| 15 | " |
| 16 | |
| 17 | DEPENDS = "bison-native" |
| 18 | |
| 19 | SRC_URI[md5sum] = "531208de3729d42e2af0a32890f08736" |
| 20 | SRC_URI[sha256sum] = "0e0fb0903839117cb6e3b56e68222771bebf22ad7fc2295a0ed7d576e8d4329d" |
| 21 | |
| 22 | inherit autotools texinfo lib_package gtk-doc |
| 23 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 24 | BBCLASSEXTEND = "native nativesdk" |