mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
(From OE-Core rev: ec4d4ca7986a574185b13769d2a232c77f4b5a37) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
766 B
BlitzBasic
24 lines
766 B
BlitzBasic
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 = "bbf320ce586a848f880bca7b758d50ae4c712624"
|
|
|
|
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"
|