| Submitter | Adriano Pallavicino |
|---|---|
| Date | Dec. 12, 2011, 3:13 p.m. |
| Message ID | <1323702806-26037-1-git-send-email-adrianopallavicino@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/16745/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/recipes/gnutls/libtasn1_1.7.bb b/recipes/gnutls/libtasn1_1.7.bb index 44da659..791e8e4 100644 --- a/recipes/gnutls/libtasn1_1.7.bb +++ b/recipes/gnutls/libtasn1_1.7.bb @@ -3,7 +3,7 @@ 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
From: Adriano Pallavicino <adriano.pallavicino@gmail.com> Fixed URL of sources. Solve problem of "No such directory `pub/gnutls/libtasn1'." --- recipes/gnutls/libtasn1_1.7.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)