diff options
Diffstat (limited to 'meta/recipes-devtools/quilt/quilt.inc')
-rw-r--r-- | meta/recipes-devtools/quilt/quilt.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc index 19aeae510d..59d13237e2 100644 --- a/meta/recipes-devtools/quilt/quilt.inc +++ b/meta/recipes-devtools/quilt/quilt.inc | |||
@@ -11,11 +11,12 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/quilt/quilt-${PV}.tar.gz \ | |||
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | file://test.sh \ | 12 | file://test.sh \ |
13 | file://0001-tests-Allow-different-output-from-mv.patch \ | 13 | file://0001-tests-Allow-different-output-from-mv.patch \ |
14 | file://0001-contrib-spec-filters-obs-usr-bin-sh-bin-sh.patch \ | ||
14 | " | 15 | " |
15 | 16 | ||
16 | SRC_URI:append:class-target = " file://gnu_patch_test_fix_target.patch" | 17 | SRC_URI:append:class-target = " file://gnu_patch_test_fix_target.patch" |
17 | 18 | ||
18 | SRC_URI[sha256sum] = "fe8c09de03c106e85b3737c8f03ade147c956b79ed7af485a1c8a3858db38426" | 19 | SRC_URI[sha256sum] = "555ddffde22da3c86d1caf5a9c1fb8a152ac2b84730437bd39cc08849c9f4852" |
19 | 20 | ||
20 | inherit autotools-brokensep ptest | 21 | inherit autotools-brokensep ptest |
21 | 22 | ||
@@ -61,7 +62,7 @@ do_install:append:class-native () { | |||
61 | 62 | ||
62 | # The tests need to run as a non-root user, so pull in the ptest user | 63 | # The tests need to run as a non-root user, so pull in the ptest user |
63 | DEPENDS:append:class-target = "${@bb.utils.contains('PTEST_ENABLED', '1', ' ptest-runner', '', d)}" | 64 | DEPENDS:append:class-target = "${@bb.utils.contains('PTEST_ENABLED', '1', ' ptest-runner', '', d)}" |
64 | PACKAGE_WRITE_DEPS += "ptest-runner" | 65 | PACKAGE_WRITE_DEPS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'ptest-runner', '', d)}" |
65 | 66 | ||
66 | do_install_ptest() { | 67 | do_install_ptest() { |
67 | install ${UNPACKDIR}/test.sh ${D}${PTEST_PATH} | 68 | install ${UNPACKDIR}/test.sh ${D}${PTEST_PATH} |