@@ -9,3 +9,7 @@ inherit autotools-autoreconf binconfig package library
inherit auto-package-utils
AUTO_PACKAGE_UTILS = "asn1Coding asn1Decoding asn1Parser"
+DEPENDS_${PN} += "libc"
+RDEPENDS_${PN} += "libc"
+AUTO_PACKAGE_UTILS_DEPENDS = "libc libtasn1"
+AUTO_PACKAGE_UTILS_RDEPENDS = "libc libtasn1"
new file mode 100644
@@ -0,0 +1,14 @@
+require ${PN}.inc
+
+LICENSE = "GPLv3+ & LGPLv2.1+"
+LICENSE_${PN}-bin = "GPLv3+"
+LICENSE_${PN} = "LGPLv2.1+"
+
+SRC_URI += "file://libtasn1_fix_for_automake_1.12.patch"
+
+do_patch[postfuncs] += "do_patch_nodocu"
+do_patch_nodocu(){
+ rm -rf ${S}/doc -rf
+ sed 's/ doc//' -i ${S}/Makefile.am
+ sed '/doc\//d' -i ${S}/configure.ac
+}
new file mode 100644
@@ -0,0 +1 @@
+f0e95f58b3c37405d48b91a585b517a4134586a9 libtasn1-3.4.tar.gz
From: Kim Bøndergaard <kibo@prevas.dk> (cherry picked from commit e6373887aa608c6ade61df4c51320f722cf91476) --- recipes/gnutls/libtasn1.inc | 4 ++++ recipes/gnutls/libtasn1_3.4.oe | 14 ++++++++++++++ recipes/gnutls/libtasn1_3.4.oe.sig | 1 + 3 files changed, 19 insertions(+) create mode 100644 recipes/gnutls/libtasn1_3.4.oe create mode 100644 recipes/gnutls/libtasn1_3.4.oe.sig