mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
util-linux: Fix build with latest musl
Musl has removed basename declaration in string.h which exposes this error. (From OE-Core rev: c9ac0d6136bfb126c022d13fcafb94f8ee16052e) 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:
@@ -36,6 +36,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux/v${MAJOR_VERSION}/util-lin
|
||||
file://display_testname_for_subtest.patch \
|
||||
file://avoid_parallel_tests.patch \
|
||||
file://0001-lscpu-Use-4K-buffer-size-instead-of-BUFSIZ.patch \
|
||||
file://0001-login-utils-include-libgen.h-for-basename-API.patch \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "87abdfaa8e490f8be6dde976f7c80b9b5ff9f301e1b67e3899e1f05a59a1531f"
|
||||
|
||||
Reference in New Issue
Block a user