From: Khem Raj Date: Fri, 21 Apr 2023 03:41:32 +0000 (-0700) Subject: acl: Disable misc.test on musl X-Git-Tag: uninative-3.10~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91168c7ddb06454106fa15bd26e7dc70db6eefd0;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git acl: Disable misc.test on musl misc.test fails on musl due to nftw order, ignore it for now Signed-off-by: Khem Raj Signed-off-by: Luca Ceresoli --- diff --git a/meta/recipes-support/attr/acl_2.3.1.bb b/meta/recipes-support/attr/acl_2.3.1.bb index 9cb19ed72f5..9badd332546 100644 --- a/meta/recipes-support/attr/acl_2.3.1.bb +++ b/meta/recipes-support/attr/acl_2.3.1.bb @@ -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 \