aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-27 10:01:46 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-27 23:12:21 +0200
commite688c5ab56f3bcf9d6cae7678136a38ec57ebd25 (patch)
treea4fc6f577cd43eac5829e321c6acec14626b28a2
parent9b49b9b6431e4658c27fecf883396f428ca3f7b8 (diff)
downloadopenembedded-e688c5ab56f3bcf9d6cae7678136a38ec57ebd25.tar.gz
gnutls: move to latest stable branch 2.10.1 -> 2.10.2
* needed by new ecore http://trac.enlightenment.org/e/changeset/53910 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/gnutls/gnutls-2.10.2/gettextize-with-gettext-0.18.patch (renamed from recipes/gnutls/gnutls-2.10.1/gettextize-with-gettext-0.18.patch)0
-rw-r--r--recipes/gnutls/gnutls-2.10.2/gnutls-openssl.patch (renamed from recipes/gnutls/gnutls-2.10.1/gnutls-openssl.patch)0
-rw-r--r--recipes/gnutls/gnutls-2.10.2/gnutls-replace-siginterrupt.patch (renamed from recipes/gnutls/gnutls-2.10.1/gnutls-replace-siginterrupt.patch)0
-rw-r--r--recipes/gnutls/gnutls_2.10.2.bb27
4 files changed, 27 insertions, 0 deletions
diff --git a/recipes/gnutls/gnutls-2.10.1/gettextize-with-gettext-0.18.patch b/recipes/gnutls/gnutls-2.10.2/gettextize-with-gettext-0.18.patch
index 74ea0e6fe5..74ea0e6fe5 100644
--- a/recipes/gnutls/gnutls-2.10.1/gettextize-with-gettext-0.18.patch
+++ b/recipes/gnutls/gnutls-2.10.2/gettextize-with-gettext-0.18.patch
diff --git a/recipes/gnutls/gnutls-2.10.1/gnutls-openssl.patch b/recipes/gnutls/gnutls-2.10.2/gnutls-openssl.patch
index 033e4d1484..033e4d1484 100644
--- a/recipes/gnutls/gnutls-2.10.1/gnutls-openssl.patch
+++ b/recipes/gnutls/gnutls-2.10.2/gnutls-openssl.patch
diff --git a/recipes/gnutls/gnutls-2.10.1/gnutls-replace-siginterrupt.patch b/recipes/gnutls/gnutls-2.10.2/gnutls-replace-siginterrupt.patch
index a0fb64fab0..a0fb64fab0 100644
--- a/recipes/gnutls/gnutls-2.10.1/gnutls-replace-siginterrupt.patch
+++ b/recipes/gnutls/gnutls-2.10.2/gnutls-replace-siginterrupt.patch
diff --git a/recipes/gnutls/gnutls_2.10.2.bb b/recipes/gnutls/gnutls_2.10.2.bb
new file mode 100644
index 0000000000..97a3c117df
--- /dev/null
+++ b/recipes/gnutls/gnutls_2.10.2.bb
@@ -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"