mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
12 lines
252 B
BlitzBasic
12 lines
252 B
BlitzBasic
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" |