aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnutls/libtasn1_1.7.bb
blob: 1ac335a48577381244ccd263d67d1bec6fa9be11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Library for ASN.1 and DER manipulation"
LICENSE = "LGPL"

SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz"

inherit autotools

AUTOTOOLS_STAGE_PKGCONFIG = "1"

do_stage() {
	autotools_stage_all
}