diff options
| -rw-r--r-- | meta/recipes-core/util-linux/util-linux_2.39.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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 c81405533c..821a44a145 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() { | |||
| 322 | rm -rf ${D}${PTEST_PATH}/tests/ts/chfn | 322 | rm -rf ${D}${PTEST_PATH}/tests/ts/chfn |
| 323 | fi | 323 | fi |
| 324 | } | 324 | } |
| 325 | |||
| 326 | # Delete tests not working on musl | ||
| 327 | do_install_ptest:append:libc-musl() { | ||
| 328 | for t in tests/ts/col/multibyte \ | ||
| 329 | tests/ts/lib/timeutils \ | ||
| 330 | tests/ts/dmesg/limit; do | ||
| 331 | rm -rf ${D}${PTEST_PATH}/$t | ||
| 332 | done | ||
| 333 | } | ||
