Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "Library for ASN.1 and DER manipulation" |
| 2 | DESCRIPTION = "A highly portable C library that encodes and decodes \ |
| 3 | DER/BER data following an ASN.1 schema. " |
| 4 | HOMEPAGE = "http://www.gnu.org/software/libtasn1/" |
| 5 | |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 6 | LICENSE = "GPL-3.0-or-later & LGPL-2.1-or-later" |
| 7 | LICENSE:${PN}-bin = "GPL-3.0-or-later" |
| 8 | LICENSE:${PN} = "LGPL-2.1-or-later" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 9 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
| 10 | file://doc/COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ |
| 11 | file://COPYING;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[sha256sum] = "4365c154953563d64c67a024b607d1ee75c6db76e0d0f65709ea80a334cd1898" |
| 20 | |
| 21 | inherit autotools texinfo lib_package gtk-doc |
| 22 | |
| 23 | BBCLASSEXTEND = "native nativesdk" |