mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
acl: Disable misc.test on musl
misc.test fails on musl due to nftw order, ignore it for now (From OE-Core rev: 91168c7ddb06454106fa15bd26e7dc70db6eefd0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -61,6 +61,10 @@ do_install_ptest() {
|
||||
rm ${D}${PTEST_PATH}/.libs/libtestlookup.lai
|
||||
}
|
||||
|
||||
do_install_ptest:append:libc-musl() {
|
||||
sed -i -e '/test\/misc.test/d' ${D}${PTEST_PATH}/Makefile
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}-ptest = "acl \
|
||||
bash \
|
||||
coreutils \
|
||||
|
||||
Reference in New Issue
Block a user