summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ethtool
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-03-09 20:55:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-11 06:27:01 -0700
commit8467b0602b897b49c868e586d520bb9355d8c542 (patch)
treefc9497fcc462e5b6ee9abca0f8bd8fdeb7fb152c /meta/recipes-extended/ethtool
parent8b2c0db9a0437cc147c4891f6b7671bc2a1a7e46 (diff)
downloadpoky-8467b0602b897b49c868e586d520bb9355d8c542.tar.gz
ethtool: refresh patches
The patch tool will apply patches by default with "fuzz", which is where if the hunk context isn't present but what is there is close enough, it will force the patch in. Whilst this is useful when there's just whitespace changes, when applied to source it is possible for a patch applied with fuzz to produce broken code which still compiles (see #10450). This is obviously bad. We'd like to eventually have do_patch() rejecting any fuzz on these grounds. For that to be realistic the existing patches with fuzz need to be rebased and reviewed. (From OE-Core rev: 93fca640e97643f94ef4f4a5d96c30c971058ec9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ethtool')
-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])