From: Martin Jansa Date: Wed, 27 Oct 2010 08:01:46 +0000 (+0200) Subject: gnutls: move to latest stable branch 2.10.1 -> 2.10.2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e688c5ab56f3bcf9d6cae7678136a38ec57ebd25;p=openembedded.git 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 --- 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 similarity index 100% rename from recipes/gnutls/gnutls-2.10.1/gettextize-with-gettext-0.18.patch rename to 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 similarity index 100% rename from recipes/gnutls/gnutls-2.10.1/gnutls-openssl.patch rename to 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 similarity index 100% rename from recipes/gnutls/gnutls-2.10.1/gnutls-replace-siginterrupt.patch rename to 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"