aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2015-04-08 11:25:34 +0800
committerChen Qi <Qi.Chen@windriver.com>2015-04-08 18:21:35 +0800
commitf59ab3d057c5535b83735ed997f9bcc39fa0b661 (patch)
treecda7ef044f2f3178d6d0bdcfd99b4a9c7d60e781 /meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch
parenta8b6e39f2cfc6761a1c26a4516acc99120e025ea (diff)
downloadopenembedded-core-contrib-f59ab3d057c5535b83735ed997f9bcc39fa0b661.tar.gz
kmod: upgrade to 20
The following patches are rebased. -- Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch -- avoid_parallel_tests.patch The following patch is added to solve a parallel build bug. -- 0001-Makefile.am-fix-parallel-build-problem.patch Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
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
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Upstream-Status: Inappropriate (disable feature incompatible with ptest)
-diff -ruN a/configure.ac b/configure.ac
---- a/configure.ac 2013-09-02 15:05:18.662366800 +0200
-+++ b/configure.ac 2013-11-28 09:26:49.557066764 +0200
-@@ -8,7 +8,7 @@
- AC_CONFIG_SRCDIR([libkmod/libkmod.c])
- AC_CONFIG_AUX_DIR([build-aux])
- AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules
-- tar-pax no-dist-gzip dist-xz subdir-objects color-tests parallel-tests])
-+ tar-pax no-dist-gzip dist-xz subdir-objects color-tests serial-tests])
- AC_PROG_CC_STDC
- AC_USE_SYSTEM_EXTENSIONS
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index eb0f9d1..a539968 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -14,7 +14,7 @@ AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
+ AC_PREFIX_DEFAULT([/usr])
+ AM_MAINTAINER_MODE([enable])
+-AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects color-tests parallel-tests])
++AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects color-tests serial-tests])
+ AM_SILENT_RULES([yes])
+ LT_INIT([disable-static pic-only])
+
+--
+1.9.1
+