From patchwork Sat Mar 9 20:38:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2011.03-maintenance,v4,1/2] gnutls: update SRC_URI Date: Sat, 09 Mar 2013 20:38:04 -0000 From: Apelete Seketeli X-Patchwork-Id: 45823 Message-Id: To: openembedded-devel@lists.openembedded.org Update SRC_URI since the gnutls source packages were moved into a different directory on ftp.gnutls.org. Signed-off-by: Apelete Seketeli --- recipes/gnutls/gnutls.inc | 2 -- recipes/gnutls/gnutls_2.10.4.bb | 7 ++++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/recipes/gnutls/gnutls.inc b/recipes/gnutls/gnutls.inc index a8e1e0d..146a0c8 100644 --- a/recipes/gnutls/gnutls.inc +++ b/recipes/gnutls/gnutls.inc @@ -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" diff --git a/recipes/gnutls/gnutls_2.10.4.bb b/recipes/gnutls/gnutls_2.10.4.bb index 9f40684..c5619b2 100644 --- a/recipes/gnutls/gnutls_2.10.4.bb +++ b/recipes/gnutls/gnutls_2.10.4.bb @@ -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() {