[oe-commits] Martin Jansa : gnutls: move to latest stable branch 2.10.1 -> 2.10.2

git version control git at git.openembedded.org
Wed Oct 27 21:16:50 UTC 2010


Module: openembedded.git
Branch: master
Commit: e688c5ab56f3bcf9d6cae7678136a38ec57ebd25
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e688c5ab56f3bcf9d6cae7678136a38ec57ebd25

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Oct 27 10:01:46 2010 +0200

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 at gmail.com>

---

 .../gettextize-with-gettext-0.18.patch             |    0
 .../gnutls-openssl.patch                           |    0
 .../gnutls-replace-siginterrupt.patch              |    0
 recipes/gnutls/gnutls_2.10.2.bb                    |   27 ++++++++++++++++++++
 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
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 0000000..97a3c11
--- /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"





More information about the Openembedded-commits mailing list