summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls/libtasn1_2.13.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-23 12:13:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-25 16:35:55 +0100
commit64af36de3b04f4a589f9f3c9740d1b28bfb0f850 (patch)
tree59ddbc3e659f45973cd3fbb4511cad1fccbce0ba /meta/recipes-support/gnutls/libtasn1_2.13.bb
parentd51550241e4d0948767c3a812b38bc7afaf1ca8c (diff)
downloadpoky-64af36de3b04f4a589f9f3c9740d1b28bfb0f850.tar.gz
libtasn1: Upgrade to 2.13
(From OE-Core rev: c3af98c939c6c126cd0b14075868defcf0e0b5fb) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls/libtasn1_2.13.bb')
-rw-r--r--meta/recipes-support/gnutls/libtasn1_2.13.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/libtasn1_2.13.bb b/meta/recipes-support/gnutls/libtasn1_2.13.bb
new file mode 100644
index 0000000000..891c5b6b16
--- /dev/null
+++ b/meta/recipes-support/gnutls/libtasn1_2.13.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "Library for ASN.1 and DER manipulation"
2HOMEPAGE = "http://www.gnu.org/software/libtasn1/"
3
4LICENSE = "GPLv3+ & LGPLv2.1+"
5LICENSE_${PN}-bin = "GPLv3+"
6LICENSE_${PN} = "LGPLv2.1+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
8 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
9 file://README;endline=8;md5=c3803a3e8ca5ab5eb1e5912faa405351"
10
11PR = "r0"
12
13SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \
14 file://libtasn1_fix_for_automake_1.12.patch \
15 "
16
17SRC_URI[md5sum] = "df27eaddcc46172377e6b907e33ddc83"
18SRC_URI[sha256sum] = "a56e46483d1d42fe44ba58c9758620844042468d7c2d75f6318cdf3222745a91"
19
20inherit autotools binconfig lib_package
21
22BBCLASSEXTEND = "native"