Comments
Patch
@@ -8,8 +8,6 @@ LICENSE_${PN}-bin = "GPLv3+"
LICENSE_${PN}-extra = "GPLv3+"
LICENSE_${PN}-openssl = "GPLv3+"
-SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2;name=gnutls"
-
inherit autotools binconfig pkgconfig gettext
INC_PR = "r12"
@@ -4,9 +4,10 @@ PR = "${INC_PR}.0"
EXTRA_OECONF += " --without-libgcrypt-prefix "
-SRC_URI += "file://gettextize-with-gettext-0.18.patch \
- file://gnutls-openssl.patch \
- file://gnutls-replace-siginterrupt.patch \
+SRC_URI = "ftp://ftp.gnutls.org/gcrypt/gnutls/v2.10/gnutls-${PV}.tar.bz2;name=gnutls \
+ file://gettextize-with-gettext-0.18.patch \
+ file://gnutls-openssl.patch \
+ file://gnutls-replace-siginterrupt.patch \
"
do_configure_prepend() {