mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 19:23:03 +01:00
Backport patches from upstream to fix a build error in the kill utility. Fixes: | In file included from ../util-linux-2.35.1/misc-utils/kill.c:57: | ../util-linux-2.35.1/include/pidfd-utils.h: In function ‘pidfd_open’: | ../util-linux-2.35.1/include/pidfd-utils.h:19:17: error: ‘SYS_pidfd_open’ undeclared (first use in this function); did you mean ‘pidfd_open’? (From OE-Core rev: 9620c4e6e0e184b2b3907c8f8da4b7b54b97354e) Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
755 B
BlitzBasic
17 lines
755 B
BlitzBasic
require util-linux.inc
|
|
|
|
SRC_URI += "file://configure-sbindir.patch \
|
|
file://runuser.pamd \
|
|
file://runuser-l.pamd \
|
|
file://ptest.patch \
|
|
file://run-ptest \
|
|
file://display_testname_for_subtest.patch \
|
|
file://avoid_parallel_tests.patch \
|
|
file://0001-hwclock-fix-for-glibc-2.31-settimeofday.patch \
|
|
file://0001-libfdisk-script-accept-sector-size-ignore-unknown-he.patch \
|
|
file://0001-kill-include-sys-types.h-before-checking-SYS_pidfd_s.patch \
|
|
file://0001-include-cleanup-pidfd-inckudes.patch \
|
|
"
|
|
SRC_URI[md5sum] = "7f64882f631225f0295ca05080cee1bf"
|
|
SRC_URI[sha256sum] = "d9de3edd287366cd908e77677514b9387b22bc7b88f45b83e1922c3597f1d7f9"
|