summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch')
-rw-r--r--meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch30
1 files changed, 19 insertions, 11 deletions
diff --git a/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch b/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch
index 4c37d44836..feafcb9b7c 100644
--- a/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch
+++ b/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch
@@ -7,15 +7,23 @@ serial-tests is now required
7Signed-off-by: Tudor Florea <tudor.florea@enea.com> 7Signed-off-by: Tudor Florea <tudor.florea@enea.com>
8Upstream-Status: Inappropriate (disable feature incompatible with ptest) 8Upstream-Status: Inappropriate (disable feature incompatible with ptest)
9 9
10diff -ruN a/configure.ac b/configure.ac 10---
11--- a/configure.ac 2013-09-02 15:05:18.662366800 +0200 11 configure.ac | 2 +-
12+++ b/configure.ac 2013-11-28 09:26:49.557066764 +0200 12 1 file changed, 1 insertion(+), 1 deletion(-)
13@@ -8,7 +8,7 @@ 13
14 AC_CONFIG_SRCDIR([libkmod/libkmod.c]) 14diff --git a/configure.ac b/configure.ac
15 AC_CONFIG_AUX_DIR([build-aux]) 15index eb0f9d1..a539968 100644
16 AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules 16--- a/configure.ac
17- tar-pax no-dist-gzip dist-xz subdir-objects color-tests parallel-tests]) 17+++ b/configure.ac
18+ tar-pax no-dist-gzip dist-xz subdir-objects color-tests serial-tests]) 18@@ -14,7 +14,7 @@ AC_USE_SYSTEM_EXTENSIONS
19 AC_PROG_CC_STDC
20 AC_USE_SYSTEM_EXTENSIONS
21 AC_SYS_LARGEFILE 19 AC_SYS_LARGEFILE
20 AC_PREFIX_DEFAULT([/usr])
21 AM_MAINTAINER_MODE([enable])
22-AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects color-tests parallel-tests])
23+AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects color-tests serial-tests])
24 AM_SILENT_RULES([yes])
25 LT_INIT([disable-static pic-only])
26
27--
281.9.1
29