| Submitter | Adriano Pallavicino |
|---|---|
| Date | Dec. 12, 2011, 12:13 p.m. |
| Message ID | <1323692035-24394-1-git-send-email-adrianopallavicino@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/16735/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/recipes/gnutls/libtasn1-native_1.7.bb b/recipes/gnutls/libtasn1-native_1.7.bb index a91bd4f..2d41274 100644 --- a/recipes/gnutls/libtasn1-native_1.7.bb +++ b/recipes/gnutls/libtasn1-native_1.7.bb @@ -5,3 +5,4 @@ inherit native SRC_URI[md5sum] = "ebfd69b3514d8e8830057f0e9df6a5f9" SRC_URI[sha256sum] = "9431f8e41acbeb5b5b89ec87a092b1a1fe9ef0a229a9a90806f4774707ca1f1f" + diff --git a/recipes/gnutls/libtasn1_1.7.bb b/recipes/gnutls/libtasn1_1.7.bb index 44da659..92302b5 100644 --- a/recipes/gnutls/libtasn1_1.7.bb +++ b/recipes/gnutls/libtasn1_1.7.bb @@ -3,9 +3,11 @@ LICENSE = "LGPL" PR = "r1" -SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz" +SRC_URI = "ftp://ftp.gnu.org/gnu/libtasn1/libtasn1-${PV}.tar.gz" inherit autotools binconfig SRC_URI[md5sum] = "ebfd69b3514d8e8830057f0e9df6a5f9" SRC_URI[sha256sum] = "9431f8e41acbeb5b5b89ec87a092b1a1fe9ef0a229a9a90806f4774707ca1f1f" + +
From: Adriano Pallavicino <adriano.pallavicino@gmail.com> URL sources was wrong. md5sum and sha256sum now refers to new archive --- recipes/gnutls/libtasn1-native_1.7.bb | 1 + recipes/gnutls/libtasn1_1.7.bb | 4 +++- 2 files changed, 4 insertions(+), 1 deletions(-)