mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
lsof: upgrade 4.99.4 -> 4.99.5
Changelog: =========== - fix legacy linux kernel compatibility due to missing /proc/self/ns - fix potential null pointer deference (From OE-Core rev: 45c438d0ddfde54546ff1b1a14999eaf8c67e4ef) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7126930081
commit
b377cbfa38
21
meta/recipes-extended/lsof/lsof_4.99.5.bb
Normal file
21
meta/recipes-extended/lsof/lsof_4.99.5.bb
Normal file
@@ -0,0 +1,21 @@
|
||||
SUMMARY = "LiSt Open Files tool"
|
||||
DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \
|
||||
Its name stands for LiSt Open Files, and it does just that."
|
||||
HOMEPAGE = "http://people.freebsd.org/~abe/"
|
||||
SECTION = "devel"
|
||||
LICENSE = "Spencer-94"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a48ac97a8550eff12395a2c0d6151510"
|
||||
|
||||
SRC_URI = "git://github.com/lsof-org/lsof;branch=master;protocol=https;tag=${PV} \
|
||||
file://remove-host-information.patch"
|
||||
SRCREV = "ed0fef9a134b64c9398075185534a76714c91179"
|
||||
|
||||
inherit update-alternatives autotools pkgconfig manpages
|
||||
PACKAGECONFIG[manpages] = ""
|
||||
|
||||
DEPENDS += "groff-native"
|
||||
|
||||
ALTERNATIVE:${PN} = "lsof"
|
||||
ALTERNATIVE_LINK_NAME[lsof] = "${bindir}/lsof"
|
||||
# Make our priority higher than busybox
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
Reference in New Issue
Block a user