summaryrefslogtreecommitdiffstats
path: root/recipes-core/util-linux/util-linux/avoid_parallel_tests.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-11-18 08:44:53 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2015-11-18 10:58:59 +0100
commitf40b6f3d51b5637f357d7eb08cde33b320528615 (patch)
tree0f2f2d767cd4e5c13c54fcd46b3aa8744f4cc356 /recipes-core/util-linux/util-linux/avoid_parallel_tests.patch
parentd94fd9a92c28523914bf3fb196bea7f863a98782 (diff)
downloadmeta-el-common-f40b6f3d51b5637f357d7eb08cde33b320528615.tar.gz
util-linux: add ptest
Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-core/util-linux/util-linux/avoid_parallel_tests.patch')
-rw-r--r--recipes-core/util-linux/util-linux/avoid_parallel_tests.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-core/util-linux/util-linux/avoid_parallel_tests.patch b/recipes-core/util-linux/util-linux/avoid_parallel_tests.patch
new file mode 100644
index 0000000..9f6a720
--- /dev/null
+++ b/recipes-core/util-linux/util-linux/avoid_parallel_tests.patch
@@ -0,0 +1,19 @@
1ptest needs buildtest-TESTS and runtest-TESTS targets.
2serial-tests is required to generate those targets.
3
4Signed-off-by: Alexandra Safta <alexandra.safta@enea.com>
5Signed-off-by: Tudor Florea <tudor.florea@enea.com>
6Upstream-Status: Inapporpriate
7
8diff -ruN a/configure.ac b/configure.ac
9--- a/configure.ac 2014-05-27 12:37:42.119772658 +0200
10+++ b/configure.ac 2014-05-27 12:41:46.225573272 +0200
11@@ -10,7 +10,7 @@
12 dnl AC_USE_SYSTEM_EXTENSIONS must be called before any macros that run
13 dnl the compiler (like AC_PROG_LIBTOOL) to avoid autoconf errors.
14 AC_USE_SYSTEM_EXTENSIONS
15-AM_INIT_AUTOMAKE([-Wall foreign 1.10 tar-pax dist-bzip2 no-dist-gzip dist-xz -Wno-portability subdir-objects])
16+AM_INIT_AUTOMAKE([-Wall foreign 1.10 tar-pax dist-bzip2 no-dist-gzip dist-xz -Wno-portability subdir-objects serial-tests])
17
18 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
19 [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])