]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtasn1: Add from OE.dev with improvements for Poky
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 12 May 2009 15:48:20 +0000 (16:48 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 12 May 2009 15:48:20 +0000 (16:48 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/gnutls/libtasn1_1.7.bb [new file with mode: 0644]

diff --git a/meta/packages/gnutls/libtasn1_1.7.bb b/meta/packages/gnutls/libtasn1_1.7.bb
new file mode 100644 (file)
index 0000000..f8530f8
--- /dev/null
@@ -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