summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-06-19 10:59:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-06-24 12:43:40 +0100
commit566f4eb1802469b79649089e98262bcac6dd33b1 (patch)
treea0aa88884889d1b943e87fb18fba5543bf00b9fc /meta
parent304fb08db1c88a5163ab67f9793ca7d5365f4bee (diff)
downloadpoky-566f4eb1802469b79649089e98262bcac6dd33b1.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/psmisc/psmisc_23.7.bb18
1 files changed, 7 insertions, 11 deletions
diff --git a/meta/recipes-extended/psmisc/psmisc_23.7.bb b/meta/recipes-extended/psmisc/psmisc_23.7.bb
index e1dde7dafb..d96eaf5fe8 100644
--- a/meta/recipes-extended/psmisc/psmisc_23.7.bb
+++ b/meta/recipes-extended/psmisc/psmisc_23.7.bb
@@ -8,11 +8,15 @@ processes identified by name. The fuser command identifies the PIDs \
8of processes that are using specified files or filesystems." 8of processes that are using specified files or filesystems."
9SECTION = "base" 9SECTION = "base"
10DEPENDS = "ncurses virtual/libintl" 10DEPENDS = "ncurses virtual/libintl"
11LICENSE = "GPL-2.0-only"
12 11
13SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz" 12LICENSE = "GPL-2.0-only"
13LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
14 14
15S = "${WORKDIR}/psmisc-${PV}" 15SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https;branch=master \
16 file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \
17 "
18SRCREV = "9091d6dbcce3d8fb87adf9249a2eb346d25a562c"
19S = "${WORKDIR}/git"
16 20
17inherit autotools gettext 21inherit autotools gettext
18 22
@@ -57,11 +61,3 @@ ALTERNATIVE:killall = "killall"
57ALTERNATIVE:fuser = "fuser" 61ALTERNATIVE:fuser = "fuser"
58 62
59ALTERNATIVE:pstree = "pstree" 63ALTERNATIVE:pstree = "pstree"
60LICENSE = "GPL-2.0-only"
61LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
62
63SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https;branch=master \
64 file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \
65 "
66SRCREV = "9091d6dbcce3d8fb87adf9249a2eb346d25a562c"
67S = "${WORKDIR}/git"