mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d65bcef0ae
commit
26f0c306cb
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user