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