summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2018-07-27 09:51:35 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 10:22:44 +0100
commite6200912a810abde94c13ae9e056f5b8d6e4fa27 (patch)
tree22305111a1c1da98263971e834851817665d292a
parent51b315fc972e9e0f2630936aade85e1f17a0f275 (diff)
downloadpoky-e6200912a810abde94c13ae9e056f5b8d6e4fa27.tar.gz
lsof: Update SRC_URI
lsof 4.89 archive has been moved to OLD directory and turned into tar.gz, so update SRC_URI and checksums. (From OE-Core rev: 12482854ed9012f309fc8dfa28169f84003f9e63) Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/lsof/lsof_4.89.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb b/meta/recipes-extended/lsof/lsof_4.89.bb
index 14546db23c..b58b8281f9 100644
--- a/meta/recipes-extended/lsof/lsof_4.89.bb
+++ b/meta/recipes-extended/lsof/lsof_4.89.bb
@@ -11,12 +11,12 @@ LIC_FILES_CHKSUM = "file://00README;beginline=645;endline=679;md5=964df275d26429
11# https://people.freebsd.org/~abe/ ). http://www.mirrorservice.org seems to be 11# https://people.freebsd.org/~abe/ ). http://www.mirrorservice.org seems to be
12# the most commonly used alternative. 12# the most commonly used alternative.
13 13
14SRC_URI = "http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2 \ 14SRC_URI = "http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/lsof_${PV}.tar.gz \
15 file://lsof-remove-host-information.patch \ 15 file://lsof-remove-host-information.patch \
16 " 16 "
17 17
18SRC_URI[md5sum] = "1b9cd34f3fb86856a125abbf2be3a386" 18SRC_URI[md5sum] = "8afbaff3ee308edc130bdc5df0801c8f"
19SRC_URI[sha256sum] = "81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718" 19SRC_URI[sha256sum] = "5d08da7ebe049c9d9a6472d6afb81aa5af54c4733a3f8822cbc22b57867633c9"
20 20
21LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" 21LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
22 22