summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cpio/cpio_2.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/cpio/cpio_2.14.bb')
-rw-r--r--meta/recipes-extended/cpio/cpio_2.14.bb2
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 560038d2a6..397bb5d87c 100644
--- a/meta/recipes-extended/cpio/cpio_2.14.bb
+++ b/meta/recipes-extended/cpio/cpio_2.14.bb
@@ -65,7 +65,7 @@ do_install_ptest_base:append() {
65 65
66# The tests need to run as a non-root user, so pull in the ptest user 66# The tests need to run as a non-root user, so pull in the ptest user
67DEPENDS:append:class-target = "${@bb.utils.contains('PTEST_ENABLED', '1', ' ptest-runner', '', d)}" 67DEPENDS:append:class-target = "${@bb.utils.contains('PTEST_ENABLED', '1', ' ptest-runner', '', d)}"
68PACKAGE_WRITE_DEPS:append:class-target = " ${MLPREFIX}ptest-runner" 68PACKAGE_WRITE_DEPS += "ptest-runner"
69 69
70RDEPENDS:${PN}-ptest += "ptest-runner" 70RDEPENDS:${PN}-ptest += "ptest-runner"
71 71