diff mbox

[096/131] gnutls: Move SRC_URI to 2.12.20 since filetypes has changed in new version

Message ID 9d1124f980dd044fc9d1dc0fd569414e517fd1bf.1389702652.git.christian.braunersorensen@prevas.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

christian.braunersorensen@prevas.dk Jan. 14, 2014, 12:34 p.m. UTC
From: Christian Sørensen <christian.braunersorensen@prevas.dk>

Signed-off-by: Christian Sørensen <christian.braunersorensen@prevas.dk>
---
 recipes/gnutls/gnutls.inc        | 5 -----
 recipes/gnutls/gnutls_2.12.20.oe | 4 ++++
 2 files changed, 4 insertions(+), 5 deletions(-)
diff mbox

Patch

diff --git a/recipes/gnutls/gnutls.inc b/recipes/gnutls/gnutls.inc
index 4dea413..1326fc9 100644
--- a/recipes/gnutls/gnutls.inc
+++ b/recipes/gnutls/gnutls.inc
@@ -8,11 +8,6 @@  DEPENDS += "libz liblzo libtasn1 libgcrypt libreadline"
 DEPENDS_${PN} += "libz liblzo libtasn1 libgcrypt libreadline"
 RDEPENDS_${PN} += "gnutls-extra liblzo libtasn1"
 
-require conf/fetch/gnu.conf
-
-SRC_URI = "${GNU_MIRROR}/gnutls/gnutls-${PV}.tar.bz2 \
-	   file://gets-not-defined-in-glibc-2.16.patch"
-
 EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \
               --with-libtasn1-prefix=${HOST_SYSROOT} \
               --with-libgcrypt --with-libgcrypt-prefix=${HOST_SYSROOT} \
diff --git a/recipes/gnutls/gnutls_2.12.20.oe b/recipes/gnutls/gnutls_2.12.20.oe
index 4beaaf1..656bf93 100644
--- a/recipes/gnutls/gnutls_2.12.20.oe
+++ b/recipes/gnutls/gnutls_2.12.20.oe
@@ -7,6 +7,10 @@  LICENSE_${PN}-bin = "GPLv3+"
 LICENSE_${PN}-extra = "GPLv3+"
 LICENSE_${PN}-openssl = "GPLv3+"
 
+require conf/fetch/gnu.conf
+SRC_URI += "${GNU_MIRROR}/gnutls/gnutls-${PV}.tar.bz2"
+
+SRC_URI += "file://gets-not-defined-in-glibc-2.16.patch"
 SRC_URI += "file://gnutls-openssl.patch"
 SRC_URI += "file://correct_rpl_gettimeofday_signature.patch"
 SRC_URI += "file://configure-fix.patch"