[oe-commits] [openembedded-core] 13/15: lsof: update SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 09:48:38 UTC 2017


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

rpurdie pushed a commit to branch daisy
in repository openembedded-core.

commit 65887209baf4c97241716621fd1609999a1fd76f
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Fri Sep 8 16:21:49 2017 -0700

    lsof: update SRC_URI
    
    The official lsof ftp site rejects download attempts from hosts for
    which it can not perform a DNS reverse-lookup. See:
    
      https://people.freebsd.org/~abe/
    
    Fix for long download timeout and warnings from the bitbake fetcher.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/lsof/lsof_4.87.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/lsof/lsof_4.87.bb b/meta/recipes-extended/lsof/lsof_4.87.bb
index 5676cd9..f17a700 100644
--- a/meta/recipes-extended/lsof/lsof_4.87.bb
+++ b/meta/recipes-extended/lsof/lsof_4.87.bb
@@ -4,7 +4,7 @@ Its name stands for LiSt Open Files, and it does just that."
 SECTION = "devel"
 LICENSE = "BSD"
 
-SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
+SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/lsof_${PV}.tar.bz2"
 
 SRC_URI[md5sum] = "80e2a76d0e05826db910ec88e631296c"
 SRC_URI[sha256sum] = "dfdd3709d82bc79ccdf3e404b84aafa9aede5948642a824ecaefd0aac589da2c"

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


More information about the Openembedded-commits mailing list