diff options
-rw-r--r-- | meta/recipes-extended/cpio/cpio_2.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/cpio/cpio_2.14.bb b/meta/recipes-extended/cpio/cpio_2.14.bb index e55fb70cb1..45eb9de8e0 100644 --- a/meta/recipes-extended/cpio/cpio_2.14.bb +++ b/meta/recipes-extended/cpio/cpio_2.14.bb | |||
@@ -66,7 +66,7 @@ do_install_ptest_base:append() { | |||
66 | 66 | ||
67 | # The tests need to run as a non-root user, so pull in the ptest user | 67 | # The tests need to run as a non-root user, so pull in the ptest user |
68 | DEPENDS:append:class-target = "${@bb.utils.contains('PTEST_ENABLED', '1', ' ptest-runner', '', d)}" | 68 | DEPENDS:append:class-target = "${@bb.utils.contains('PTEST_ENABLED', '1', ' ptest-runner', '', d)}" |
69 | PACKAGE_WRITE_DEPS += "ptest-runner" | 69 | PACKAGE_WRITE_DEPS:append:class-target = " ${MLPREFIX}ptest-runner" |
70 | 70 | ||
71 | RDEPENDS:${PN}-ptest += "ptest-runner" | 71 | RDEPENDS:${PN}-ptest += "ptest-runner" |
72 | 72 | ||