mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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 (From OE-Core rev: bba39ca977e82fa75ba34f2cd1dad3e86b0237c2) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
350 B
BlitzBasic
10 lines
350 B
BlitzBasic
require psmisc.inc
|
|
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 = "3098e641dc1ddb210186f53464255670b480377b"
|
|
S = "${WORKDIR}/git"
|