generic-poky/meta/packages/gnutls/libtasn1_1.7.bb
Richard Purdie e17a3ced72 libtasn1: Add from OE.dev with improvements for Poky
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-12 16:48:20 +01:00

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"