mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
util-linux: Fix signature of close_range()
close_range expects 3 parameters, thus far it was not implemented in glibc so it was hidden but with glibc 2.34+ it will start to show up (From OE-Core rev: 0d6f638230a96808e22438d9925aec6383d136a7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -41,6 +41,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux/v${MAJOR_VERSION}/util-lin
|
||||
file://tests-ul.patch \
|
||||
file://tests-eject.patch \
|
||||
file://tests-lscpu.patch \
|
||||
file://0001-login-fix-close_range-use.patch \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "bd07b7e98839e0359842110525a3032fdb8eaf3a90bedde3dd1652d32d15cce5"
|
||||
|
||||
Reference in New Issue
Block a user