[oe-commits] [bitbake] 03/04: tests/fetch: Add ftp test url

git at git.openembedded.org git at git.openembedded.org
Tue Nov 7 14:31:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 7c74380b227d07498291c1a15c6ac3bf3dbd9bb5
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Nov 7 14:30:55 2017 +0000

    tests/fetch: Add ftp test url
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/tests/fetch.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py
index b07bf00..7d7c5d7 100644
--- a/lib/bb/tests/fetch.py
+++ b/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",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list