summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-21 11:01:01 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-22 23:03:11 +0000
commitbba39ca977e82fa75ba34f2cd1dad3e86b0237c2 (patch)
tree1f538eec3b3faa88febf24a0dd96388eec34eafa /meta/recipes-extended
parentb32b0703170e8188e7c9234918def26428891997 (diff)
downloadopenembedded-core-bba39ca977e82fa75ba34f2cd1dad3e86b0237c2.tar.gz
psmisc: upgrade 23.5 -> 23.6
Changelog: ========= * buildsys: Fix DEJAGNU work-around Debian #1015089 * killall: Use kill if pidfd_send_signal fails Debian #1015228 * fuser: Do not mention nonexistent - reset option #42 * fuser: Use modern statn where possible * pstree: Better AppArmor support !30 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/psmisc/psmisc_23.6.bb (renamed from meta/recipes-extended/psmisc/psmisc_23.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/psmisc/psmisc_23.5.bb b/meta/recipes-extended/psmisc/psmisc_23.6.bb
index 1c390f3615..2e55ad00bd 100644
--- a/meta/recipes-extended/psmisc/psmisc_23.5.bb
+++ b/meta/recipes-extended/psmisc/psmisc_23.6.bb
@@ -5,5 +5,5 @@ 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 = "17353f3fddef6b360bc47f7834f2cd011bea2b87"
+SRCREV = "3098e641dc1ddb210186f53464255670b480377b"
S = "${WORKDIR}/git"