misc.test fails on musl due to nftw order, ignore it for now
Signed-off-by: Khem Raj <[email protected]>
---
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 \
--
2.40.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#180266):
https://lists.openembedded.org/g/openembedded-core/message/180266
Mute This Topic: https://lists.openembedded.org/mt/98403826/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-