From 4bbf473b64de65b368e497c505d2aa8435a5c5c5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 20 Apr 2023 20:41:32 -0700 Subject: 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 Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- meta/recipes-support/attr/acl_2.3.1.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-support/attr/acl_2.3.1.bb b/meta/recipes-support/attr/acl_2.3.1.bb index 9cb19ed72f..9badd33254 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 \ -- cgit v1.2.3-54-g00ecf