summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/quilt/quilt.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/quilt/quilt.inc')
-rw-r--r--meta/recipes-devtools/quilt/quilt.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc
index 19aeae510d..4bae5c6c19 100644
--- a/meta/recipes-devtools/quilt/quilt.inc
+++ b/meta/recipes-devtools/quilt/quilt.inc
@@ -61,7 +61,7 @@ do_install:append:class-native () {
61 61
62# The tests need to run as a non-root user, so pull in the ptest user 62# The tests need to run as a non-root user, so pull in the ptest user
63DEPENDS:append:class-target = "${@bb.utils.contains('PTEST_ENABLED', '1', ' ptest-runner', '', d)}" 63DEPENDS:append:class-target = "${@bb.utils.contains('PTEST_ENABLED', '1', ' ptest-runner', '', d)}"
64PACKAGE_WRITE_DEPS += "ptest-runner" 64PACKAGE_WRITE_DEPS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'ptest-runner', '', d)}"
65 65
66do_install_ptest() { 66do_install_ptest() {
67 install ${UNPACKDIR}/test.sh ${D}${PTEST_PATH} 67 install ${UNPACKDIR}/test.sh ${D}${PTEST_PATH}