summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-06-15 22:25:18 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-16 23:39:28 +0100
commit8f8cd4dbab8d9e5ec9fd5fd32d06ba3ce7896219 (patch)
treeee0aec4b29ea9b7ea3ecdc4b57931174e21d8f08 /meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
parent4db392007eb854118eb443de2a7006062373c117 (diff)
downloadpoky-8f8cd4dbab8d9e5ec9fd5fd32d06ba3ce7896219.tar.gz
ethtool:upgrade 5.6 -> 5.7
fix-printf.patch Removed since this is included in 5.7 Refresh the following patch: avoid_parallel_tests.patch (From OE-Core rev: 6abcc7b13a3d28471be63af0809fd25106386083) Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch')
-rw-r--r--meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
index 2f2d04ca07..8ecfde1417 100644
--- a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
+++ b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
@@ -19,7 +19,7 @@ index 1169b7f..ed82524 100644
19--- a/configure.ac 19--- a/configure.ac
20+++ b/configure.ac 20+++ b/configure.ac
21@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. 21@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
22 AC_INIT(ethtool, 5.6, netdev@vger.kernel.org) 22 AC_INIT(ethtool, 5.7, netdev@vger.kernel.org)
23 AC_PREREQ(2.52) 23 AC_PREREQ(2.52)
24 AC_CONFIG_SRCDIR([ethtool.c]) 24 AC_CONFIG_SRCDIR([ethtool.c])
25-AM_INIT_AUTOMAKE([gnu subdir-objects]) 25-AM_INIT_AUTOMAKE([gnu subdir-objects])