These tests need strptime with %s which is glibc specific extention

Signed-off-by: Khem Raj <raj.k...@gmail.com>
---
 meta/recipes-core/util-linux/util-linux_2.39.1.bb | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/meta/recipes-core/util-linux/util-linux_2.39.1.bb 
b/meta/recipes-core/util-linux/util-linux_2.39.1.bb
index c81405533c4..821a44a1453 100644
--- a/meta/recipes-core/util-linux/util-linux_2.39.1.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.39.1.bb
@@ -322,3 +322,12 @@ do_install_ptest() {
         rm -rf ${D}${PTEST_PATH}/tests/ts/chfn
     fi
 }
+
+# Delete tests not working on musl
+do_install_ptest:append:libc-musl() {
+    for t in tests/ts/col/multibyte \
+            tests/ts/lib/timeutils \
+            tests/ts/dmesg/limit; do
+        rm -rf ${D}${PTEST_PATH}/$t
+    done
+}
-- 
2.42.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#187679): 
https://lists.openembedded.org/g/openembedded-core/message/187679
Mute This Topic: https://lists.openembedded.org/mt/101381898/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to