aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls/gnutls_2.8.5.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-05 14:44:03 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-05 17:00:40 +0100
commitc7bf984e0df86fb5c935edafdcd42b736c276f26 (patch)
treeb457d8c35f0ef02993a9c5315a229de61c56dab7 /recipes/gnutls/gnutls_2.8.5.bb
parent51e8173bf68e5914bc1c143f19914c19e7eb336a (diff)
downloadopenembedded-c7bf984e0df86fb5c935edafdcd42b736c276f26.tar.gz
gnutls: added 2.8.5, adapted to new staging
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/gnutls/gnutls_2.8.5.bb')
-rw-r--r--recipes/gnutls/gnutls_2.8.5.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/gnutls/gnutls_2.8.5.bb b/recipes/gnutls/gnutls_2.8.5.bb
new file mode 100644
index 0000000000..ec8a1188f3
--- /dev/null
+++ b/recipes/gnutls/gnutls_2.8.5.bb
@@ -0,0 +1,17 @@
+require gnutls.inc
+LICENSE_${PN}-extra = "GPLv3"
+
+SRC_URI += "\
+ file://gnutls-openssl.patch;patch=1 \
+ file://gnutls-replace-siginterrupt.patch;patch=1 \
+ "
+
+EXTRA_OECONF += " --without-libgcrypt-prefix "
+
+do_configure_prepend() {
+
+ cd ${S} && rm -rf m4/ aclocal.m4 lib/m4/libtool.m4 lib/m4/lt*m4
+}
+
+SRC_URI[gnutls.md5sum] = "e3b2788b79bfc82acbe717e3c54d4e92"
+SRC_URI[gnutls.sha256sum] = "9249c29df71551e302e0186f4e1876dd6cc4c6cf2974b432c22525dde815cae8"