summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
index dbf7142f18..de38104044 100644
--- a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
+++ b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
@@ -5,12 +5,12 @@ Signed-off-by: Tudor Florea <tudor.florea@enea.com>
5Upstream-Status: Inappropriate 5Upstream-Status: Inappropriate
6(default automake behavior incompatible with ptest) 6(default automake behavior incompatible with ptest)
7 7
8Index: ethtool-4.11/configure.ac 8Index: ethtool-4.13/configure.ac
9=================================================================== 9===================================================================
10--- ethtool-4.11.orig/configure.ac 10--- ethtool-4.13.orig/configure.ac
11+++ ethtool-4.11/configure.ac 11+++ ethtool-4.13/configure.ac
12@@ -2,7 +2,7 @@ dnl Process this file with autoconf to p 12@@ -2,7 +2,7 @@ dnl Process this file with autoconf to p
13 AC_INIT(ethtool, 4.11, netdev@vger.kernel.org) 13 AC_INIT(ethtool, 4.13, netdev@vger.kernel.org)
14 AC_PREREQ(2.52) 14 AC_PREREQ(2.52)
15 AC_CONFIG_SRCDIR([ethtool.c]) 15 AC_CONFIG_SRCDIR([ethtool.c])
16-AM_INIT_AUTOMAKE([gnu]) 16-AM_INIT_AUTOMAKE([gnu])