summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/iproute2
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-11-15 16:47:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-07 06:34:50 -0800
commitf8e48db172e96d99df729d04341033697aade2c8 (patch)
tree2a231f7d63d3c9470981e668a062015df6f62932 /meta/recipes-connectivity/iproute2
parentbbb425141e6b57941b52c04625f8674a66e493c6 (diff)
downloadpoky-f8e48db172e96d99df729d04341033697aade2c8.tar.gz
iproute2: 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: f369e9dce9dc2bcd89b2492545112da78aca690e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/iproute2')
-rw-r--r--meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch b/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
index 866609ca99..5536fb5765 100644
--- a/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
+++ b/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
@@ -9,19 +9,19 @@ Upstream-Status: Pending
9Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> 9Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
10Signed-off-by: Shane Wang <shane.wang@intel.com> 10Signed-off-by: Shane Wang <shane.wang@intel.com>
11 11
12Index: iproute2-3.7.0/configure 12Index: iproute2-4.11.0/configure
13=================================================================== 13===================================================================
14--- iproute2-3.7.0.orig/configure 14--- iproute2-4.11.0.orig/configure
15+++ iproute2-3.7.0/configure 15+++ iproute2-4.11.0/configure
16@@ -2,6 +2,7 @@ 16@@ -2,6 +2,7 @@
17 # This is not an autconf generated configure 17 # This is not an autoconf generated configure
18 # 18 #
19 INCLUDE=${1:-"$PWD/include"} 19 INCLUDE=${1:-"$PWD/include"}
20+SYSROOT=$1 20+SYSROOT=$1
21 21
22 # Make a temp directory in build tree. 22 # Make a temp directory in build tree.
23 TMPDIR=$(mktemp -d config.XXXXXX) 23 TMPDIR=$(mktemp -d config.XXXXXX)
24@@ -158,7 +159,7 @@ check_ipt_lib_dir() 24@@ -192,7 +193,7 @@ check_ipt_lib_dir()
25 return 25 return
26 fi 26 fi
27 27