diff options
author | Ross Burton <ross.burton@arm.com> | 2023-01-03 13:46:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 12:03:47 +0000 |
commit | 46834de410f6be82bc578b11417c4e1dd81c51cc (patch) | |
tree | 760655ef255c43a181775e8dae8e622b79ea82c9 /meta/recipes-extended/lsof | |
parent | e0f71ff8ab4ff9bfd65e6eadef0564d87a587f4a (diff) | |
download | poky-46834de410f6be82bc578b11417c4e1dd81c51cc.tar.gz |
lsof: upgrade 4.96.4 -> 4.96.5
(From OE-Core rev: 4113f9f23a231cdb7cf9072c05ff743c63fdbdac)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lsof')
-rw-r--r-- | meta/recipes-extended/lsof/lsof_4.96.5.bb (renamed from meta/recipes-extended/lsof/lsof_4.96.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.96.4.bb b/meta/recipes-extended/lsof/lsof_4.96.5.bb index 11de535a0f..9f80176ee1 100644 --- a/meta/recipes-extended/lsof/lsof_4.96.4.bb +++ b/meta/recipes-extended/lsof/lsof_4.96.5.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://00README;beginline=645;endline=679;md5=964df275d26429 | |||
8 | 8 | ||
9 | SRC_URI = "git://github.com/lsof-org/lsof;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/lsof-org/lsof;branch=master;protocol=https \ |
10 | file://remove-host-information.patch" | 10 | file://remove-host-information.patch" |
11 | SRCREV = "669c33a253e414feb60fbbcf2984c25dc413cd75" | 11 | SRCREV = "898916d4c7c390ea4610aebaf1d32b8a3c49f26b" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||