summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch')
-rw-r--r--meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch21
1 files changed, 15 insertions, 6 deletions
diff --git a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
index de38104044..59299e24ef 100644
--- a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
+++ b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
@@ -1,3 +1,8 @@
1From d069dada68b063e386cdb61707f0b22fb1799029 Mon Sep 17 00:00:00 2001
2From: Tudor Florea <tudor.florea@enea.com>
3Date: Wed, 28 May 2014 18:59:54 +0200
4Subject: [PATCH] ethtool: use serial-tests config needed by ptest.
5
1ptest needs buildtest-TESTS and runtest-TESTS targets. 6ptest needs buildtest-TESTS and runtest-TESTS targets.
2serial-tests is required to generate those targets. 7serial-tests is required to generate those targets.
3 8
@@ -5,12 +10,16 @@ Signed-off-by: Tudor Florea <tudor.florea@enea.com>
5Upstream-Status: Inappropriate 10Upstream-Status: Inappropriate
6(default automake behavior incompatible with ptest) 11(default automake behavior incompatible with ptest)
7 12
8Index: ethtool-4.13/configure.ac 13---
9=================================================================== 14 configure.ac | 2 +-
10--- ethtool-4.13.orig/configure.ac 15 1 file changed, 1 insertion(+), 1 deletion(-)
11+++ ethtool-4.13/configure.ac 16
12@@ -2,7 +2,7 @@ dnl Process this file with autoconf to p 17diff --git a/configure.ac b/configure.ac
13 AC_INIT(ethtool, 4.13, netdev@vger.kernel.org) 18index cb61a02..c75b9a9 100644
19--- a/configure.ac
20+++ b/configure.ac
21@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
22 AC_INIT(ethtool, 4.15, netdev@vger.kernel.org)
14 AC_PREREQ(2.52) 23 AC_PREREQ(2.52)
15 AC_CONFIG_SRCDIR([ethtool.c]) 24 AC_CONFIG_SRCDIR([ethtool.c])
16-AM_INIT_AUTOMAKE([gnu]) 25-AM_INIT_AUTOMAKE([gnu])