Skip to content

Commit

Permalink
gnutls: move to latest stable branch 2.10.1 -> 2.10.2
Browse files Browse the repository at this point in the history
* needed by new ecore http://trac.enlightenment.org/e/changeset/53910

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
  • Loading branch information
shr-project committed Oct 27, 2010
1 parent 9b49b9b commit e688c5a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions recipes/gnutls/gnutls_2.10.2.bb
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e688c5a

Please sign in to comment.