From: Richard Purdie Date: Tue, 12 May 2009 15:48:20 +0000 (+0100) Subject: libtasn1: Add from OE.dev with improvements for Poky X-Git-Tag: 2011-1~7533 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e17a3ced72a4ec7110e54d6fda0f2e9355436c0a;p=openembedded-core.git libtasn1: Add from OE.dev with improvements for Poky Signed-off-by: Richard Purdie --- diff --git a/meta/packages/gnutls/libtasn1_1.7.bb b/meta/packages/gnutls/libtasn1_1.7.bb new file mode 100644 index 0000000000..f8530f811a --- /dev/null +++ b/meta/packages/gnutls/libtasn1_1.7.bb @@ -0,0 +1,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" \ No newline at end of file