[gnome-continuous-yocto/gnomeostree-3.28-rocko: 8250/8267] bitbake: tests/fetch: Add ftp test url



commit a1bff37c3fe6dbc932bb60ebd3cf260e8b3c5eaa
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Tue Nov 7 14:30:55 2017 +0000

    bitbake: tests/fetch: Add ftp test url
    
    Add in a tets ftp url so we ensure ftp urls contnue to work after the loss
    of the ftp.gnu.org ones.
    
    (Bitbake rev: 7016bd9c4b05df2e888ec98e37a8ae6f3ac398bd)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
    (cherry picked from commit e1e8565b5e19dd3f7ef6e7e41932456adaa3df81)
    Signed-off-by: Armin Kuster <akuster808 gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 bitbake/lib/bb/tests/fetch.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index b07bf00..7d7c5d7 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -837,6 +837,7 @@ class FetchCheckStatusTest(FetcherTest):
                       "https://yoctoproject.org/documentation";,
                       "http://downloads.yoctoproject.org/releases/opkg/opkg-0.1.7.tar.gz";,
                       "http://downloads.yoctoproject.org/releases/opkg/opkg-0.3.0.tar.gz";,
+                      "ftp://sourceware.org/pub/libffi/libffi-1.20.tar.gz";,
                       "http://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz";,
                       "https://ftp.gnu.org/gnu/chess/gnuchess-5.08.tar.gz";,
                       "https://ftp.gnu.org/gnu/gmp/gmp-4.0.tar.gz";,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]