summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/quilt/quilt.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc
index 01fc22e996..c93c38b83c 100644
--- a/meta/recipes-devtools/quilt/quilt.inc
+++ b/meta/recipes-devtools/quilt/quilt.inc
@@ -63,6 +63,7 @@ do_install:append:class-native () {
63 63
64# The tests need to run as a non-root user, so pull in the ptest user 64# The tests need to run as a non-root user, so pull in the ptest user
65DEPENDS:append:class-target = "${@bb.utils.contains('PTEST_ENABLED', '1', ' ptest-runner', '', d)}" 65DEPENDS:append:class-target = "${@bb.utils.contains('PTEST_ENABLED', '1', ' ptest-runner', '', d)}"
66PACKAGE_WRITE_DEPS += "ptest-runner"
66 67
67do_install_ptest() { 68do_install_ptest() {
68 install ${WORKDIR}/test.sh ${D}${PTEST_PATH} 69 install ${WORKDIR}/test.sh ${D}${PTEST_PATH}