aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls/libtasn1_1.7.bb
blob: f9a4ae6e1cde36bdacdfe32fe82c28b354aada9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 binconfig

AUTOTOOLS_STAGE_PKGCONFIG = "1"

do_stage() {
	autotools_stage_all
}