1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

lsof: upgrade 4.98.0 -> 4.99.3

Convert from handcrafted makefiles to autotools (added in 4.97.0).

(From OE-Core rev: c86b575446699864c102dd0408ebe58b5729881c)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2024-03-06 07:42:15 -08:00
committed by Richard Purdie
parent 3a20168e70
commit 71c2eb3ac9
3 changed files with 63 additions and 52 deletions
+23
View File
@@ -0,0 +1,23 @@
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 \
file://remove-host-information.patch"
SRCREV = "2e4c7a1a9bc7258dc5b6a3ab28ebca44174279a8"
S = "${WORKDIR}/git"
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"