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.inc12
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc
index 3374f4dfbf..59d13237e2 100644
--- a/meta/recipes-devtools/quilt/quilt.inc
+++ b/meta/recipes-devtools/quilt/quilt.inc
@@ -11,14 +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://fix-grep-3.8.patch \ 14 file://0001-contrib-spec-filters-obs-usr-bin-sh-bin-sh.patch \
15 file://faildiff-order.patch \
16 file://0001-test-Fix-a-race-condition-in-merge.test.patch \
17" 15"
18 16
19SRC_URI:append:class-target = " file://gnu_patch_test_fix_target.patch" 17SRC_URI:append:class-target = " file://gnu_patch_test_fix_target.patch"
20 18
21SRC_URI[sha256sum] = "3be3be0987e72a6c364678bb827e3e1fcc10322b56bc5f02b576698f55013cc2" 19SRC_URI[sha256sum] = "555ddffde22da3c86d1caf5a9c1fb8a152ac2b84730437bd39cc08849c9f4852"
22 20
23inherit autotools-brokensep ptest 21inherit autotools-brokensep ptest
24 22
@@ -64,10 +62,10 @@ do_install:append:class-native () {
64 62
65# 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
66DEPENDS:append:class-target = "${@bb.utils.contains('PTEST_ENABLED', '1', ' ptest-runner', '', d)}" 64DEPENDS:append:class-target = "${@bb.utils.contains('PTEST_ENABLED', '1', ' ptest-runner', '', d)}"
67PACKAGE_WRITE_DEPS += "ptest-runner" 65PACKAGE_WRITE_DEPS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'ptest-runner', '', d)}"
68 66
69do_install_ptest() { 67do_install_ptest() {
70 install ${WORKDIR}/test.sh ${D}${PTEST_PATH} 68 install ${UNPACKDIR}/test.sh ${D}${PTEST_PATH}
71 mkdir ${D}${PTEST_PATH}/test 69 mkdir ${D}${PTEST_PATH}/test
72 install ${S}/test/* ${D}${PTEST_PATH}/test 70 install ${S}/test/* ${D}${PTEST_PATH}/test
73 # mail needs a MTA, and the patch-wrapper is disabled 71 # mail needs a MTA, and the patch-wrapper is disabled
@@ -97,5 +95,5 @@ RDEPENDS:${PN}-ptest += "file sed gawk diffutils findutils ed perl \
97 perl-module-filehandle perl-module-getopt-std \ 95 perl-module-filehandle perl-module-getopt-std \
98 perl-module-posix perl-module-file-temp \ 96 perl-module-posix perl-module-file-temp \
99 perl-module-text-parsewords perl-module-overloading \ 97 perl-module-text-parsewords perl-module-overloading \
100 bash util-linux-getopt ptest-runner \ 98 bash util-linux-getopt ptest-runner coreutils \
101 " 99 "