diff options
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_9.6.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_9.6.bb b/meta/recipes-core/coreutils/coreutils_9.6.bb index 6db435cfcb..d89c75ba66 100644 --- a/meta/recipes-core/coreutils/coreutils_9.6.bb +++ b/meta/recipes-core/coreutils/coreutils_9.6.bb | |||
@@ -222,4 +222,7 @@ do_install_ptest:append:libc-musl () { | |||
222 | sed -i -e '/tests\/dd\/no-allocate.sh/d' ${D}${PTEST_PATH}/Makefile | 222 | sed -i -e '/tests\/dd\/no-allocate.sh/d' ${D}${PTEST_PATH}/Makefile |
223 | sed -i -e '/tests\/split\/line-bytes.sh/d' ${D}${PTEST_PATH}/Makefile | 223 | sed -i -e '/tests\/split\/line-bytes.sh/d' ${D}${PTEST_PATH}/Makefile |
224 | } | 224 | } |
225 | RDEPENDS:${PN}-ptest += "${PN}-getlimits" | 225 | |
226 | RDEPENDS:${PN}-ptest += "${PN}-getlimits xz \ | ||
227 | ${@bb.utils.contains('PACKAGECONFIG', 'acl', 'acl', '', d)} \ | ||
228 | ${@bb.utils.contains('PACKAGECONFIG', 'xattr', 'attr', '', d)}" | ||