mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
psmisc: drop duplicate entries
(From OE-Core rev: 63048c0d07e57a8ec8f80da4999124830312d88b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
304fb08db1
commit
566f4eb180
@@ -8,11 +8,15 @@ processes identified by name. The fuser command identifies the PIDs \
|
||||
of processes that are using specified files or filesystems."
|
||||
SECTION = "base"
|
||||
DEPENDS = "ncurses virtual/libintl"
|
||||
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz"
|
||||
|
||||
S = "${WORKDIR}/psmisc-${PV}"
|
||||
SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https;branch=master \
|
||||
file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \
|
||||
"
|
||||
SRCREV = "9091d6dbcce3d8fb87adf9249a2eb346d25a562c"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools gettext
|
||||
|
||||
@@ -57,11 +61,3 @@ ALTERNATIVE:killall = "killall"
|
||||
ALTERNATIVE:fuser = "fuser"
|
||||
|
||||
ALTERNATIVE:pstree = "pstree"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
|
||||
SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https;branch=master \
|
||||
file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \
|
||||
"
|
||||
SRCREV = "9091d6dbcce3d8fb87adf9249a2eb346d25a562c"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user