gnutls: move to latest stable branch 2.10.1 -> 2.10.2
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 27 Oct 2010 08:01:46 +0000 (10:01 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Wed, 27 Oct 2010 21:12:21 +0000 (23:12 +0200)
* needed by new ecore http://trac.enlightenment.org/e/changeset/53910

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/gnutls/gnutls-2.10.2/gettextize-with-gettext-0.18.patch [moved from recipes/gnutls/gnutls-2.10.1/gettextize-with-gettext-0.18.patch with 100% similarity]
recipes/gnutls/gnutls-2.10.2/gnutls-openssl.patch [moved from recipes/gnutls/gnutls-2.10.1/gnutls-openssl.patch with 100% similarity]
recipes/gnutls/gnutls-2.10.2/gnutls-replace-siginterrupt.patch [moved from recipes/gnutls/gnutls-2.10.1/gnutls-replace-siginterrupt.patch with 100% similarity]
recipes/gnutls/gnutls_2.10.2.bb [new file with mode: 0644]

diff --git a/recipes/gnutls/gnutls_2.10.2.bb b/recipes/gnutls/gnutls_2.10.2.bb
new file mode 100644 (file)
index 0000000..97a3c11
--- /dev/null
@@ -0,0 +1,27 @@
+require gnutls.inc
+
+PR = "${INC_PR}.0"
+
+LICENSE_${PN}-extra = "GPLv3"
+
+EXTRA_OECONF += " --without-libgcrypt-prefix "
+
+SRC_URI += "file://gettextize-with-gettext-0.18.patch \
+            file://gnutls-openssl.patch \
+            file://gnutls-replace-siginterrupt.patch \
+           "
+
+do_configure_prepend() {
+
+ MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
+
+ for i in ${MACROS}; do
+   rm -f m4/$i
+   rm -f lib/m4/$i
+   rm -f libextra/m4/$i
+ done
+
+}
+
+SRC_URI[gnutls.md5sum] = "777823f5746ab80cd6f7f7b5fcb2f91b"
+SRC_URI[gnutls.sha256sum] = "e82e7a3fc69b02cc06c291a1652789d73e45bc0732e139817838248f814f8724"