summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/elfutils/elfutils/avoid_parallel_tests.patch
blob: 95afc54024587e23bac7617d09d79a20a4ccb785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ptest needs buildtest-TESTS and runtest-TESTS targets.
serial-tests is required to generate those targets.

Signed-off-by: Alexandra Safta <alexandra.safta@enea.com>
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Signed-off-by: Martin Borg <martin.borg@enea.com>
Upstream-Status: Inappropriate

--- a/configure.ac	2015-10-15 15:16:57.000000000 +0200
+++ b/configure.ac	2016-02-02 12:03:17.432986965 +0100

@@ -26,7 +26,7 @@
 AC_PREREQ(2.63)			dnl Minimum Autoconf version required.

 dnl We use GNU make extensions; automake 1.10 defaults to -Wportability.
-AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests])
+AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip serial-tests])
 AM_MAINTAINER_MODE

 AM_SILENT_RULES([yes])