blob: f8530f811af0b7433143b50c1ffca4408fb7a75f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Library for ASN.1 and DER manipulation"
LICENSE = "LGPL"
PR = "r1"
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz"
inherit autotools_stage binconfig
AUTOTOOLS_STAGE_PKGCONFIG = "1"
BBCLASSEXTEND = "native"
|