summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lsof/lsof_4.87.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2017-09-08 16:21:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-11 10:48:04 +0100
commit26f0c306cbd0173b33011263d5c275ed7b8b330d (patch)
tree50e663b767a13476748ab1e3b48f0d322aac5684 /meta/recipes-extended/lsof/lsof_4.87.bb
parentd65bcef0ae08ff66c6f70006a0d4d20438767664 (diff)
downloadpoky-26f0c306cbd0173b33011263d5c275ed7b8b330d.tar.gz
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. (From OE-Core rev: 65887209baf4c97241716621fd1609999a1fd76f) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lsof/lsof_4.87.bb')
-rw-r--r--meta/recipes-extended/lsof/lsof_4.87.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.87.bb b/meta/recipes-extended/lsof/lsof_4.87.bb
index 5676cd9822..f17a700bd9 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."
4SECTION = "devel" 4SECTION = "devel"
5LICENSE = "BSD" 5LICENSE = "BSD"
6 6
7SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" 7SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/lsof_${PV}.tar.bz2"
8 8
9SRC_URI[md5sum] = "80e2a76d0e05826db910ec88e631296c" 9SRC_URI[md5sum] = "80e2a76d0e05826db910ec88e631296c"
10SRC_URI[sha256sum] = "dfdd3709d82bc79ccdf3e404b84aafa9aede5948642a824ecaefd0aac589da2c" 10SRC_URI[sha256sum] = "dfdd3709d82bc79ccdf3e404b84aafa9aede5948642a824ecaefd0aac589da2c"