summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls/libtasn1_4.8.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-05-04 11:20:18 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-09 08:03:56 +0100
commit5bf69b1253ae82e85b1d550ce00d0708ee3c016b (patch)
tree0c734b966d31882e633120bd7f295192595123c8 /meta/recipes-support/gnutls/libtasn1_4.8.bb
parent8f83f09aaa3dc67af44edba2084378f1835ae322 (diff)
downloadopenembedded-core-5bf69b1253ae82e85b1d550ce00d0708ee3c016b.tar.gz
libtasn1: upgrade to 4.8
4.7 -> 4.8 Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/gnutls/libtasn1_4.8.bb')
-rw-r--r--meta/recipes-support/gnutls/libtasn1_4.8.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/libtasn1_4.8.bb b/meta/recipes-support/gnutls/libtasn1_4.8.bb
new file mode 100644
index 0000000000..360d5296fb
--- /dev/null
+++ b/meta/recipes-support/gnutls/libtasn1_4.8.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Library for ASN.1 and DER manipulation"
+HOMEPAGE = "http://www.gnu.org/software/libtasn1/"
+
+LICENSE = "GPLv3+ & LGPLv2.1+"
+LICENSE_${PN}-bin = "GPLv3+"
+LICENSE_${PN} = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+ file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+ file://README;endline=8;md5=c3803a3e8ca5ab5eb1e5912faa405351"
+
+SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \
+ file://dont-depend-on-help2man.patch \
+ "
+
+SRC_URI[md5sum] = "9a6767705725544f2b86670dcfb34107"
+SRC_URI[sha256sum] = "fa802fc94d79baa00e7397cedf29eb6827d4bd8b4dd77b577373577c93a8c513"
+
+inherit autotools texinfo binconfig lib_package
+
+BBCLASSEXTEND = "native"