summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/iproute2/iproute2
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-03-09 20:55:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-11 06:27:00 -0700
commit7187b63c19acc16c736643639dc479c119f85b16 (patch)
tree7bc862f99aaacf56ccdfee0d9f5ff4e1392e5d26 /meta/recipes-connectivity/iproute2/iproute2
parentb308fd1181a1878e6151a807b816fb9673ddd62d (diff)
downloadpoky-7187b63c19acc16c736643639dc479c119f85b16.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: 3d33f83ffa8ba2a36a03489b16292d3132f0eb27) 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-connectivity/iproute2/iproute2')
-rw-r--r--meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch b/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
index 5536fb5765..8b75a2ada4 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-4.11.0/configure 12Index: iproute2-4.14.1/configure
13=================================================================== 13===================================================================
14--- iproute2-4.11.0.orig/configure 14--- iproute2-4.14.1.orig/configure
15+++ iproute2-4.11.0/configure 15+++ iproute2-4.14.1/configure
16@@ -2,6 +2,7 @@ 16@@ -2,6 +2,7 @@
17 # This is not an autoconf 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 # Output file which is input to Makefile
23 TMPDIR=$(mktemp -d config.XXXXXX) 23 CONFIG=config.mk
24@@ -192,7 +193,7 @@ check_ipt_lib_dir() 24@@ -195,7 +196,7 @@ check_ipt_lib_dir()
25 return 25 return
26 fi 26 fi
27 27