diff options
Diffstat (limited to 'meta/recipes-connectivity/iproute2')
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch | 12 |
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 | |||
9 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | 9 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> |
10 | Signed-off-by: Shane Wang <shane.wang@intel.com> | 10 | Signed-off-by: Shane Wang <shane.wang@intel.com> |
11 | 11 | ||
12 | Index: iproute2-4.11.0/configure | 12 | Index: 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 | ||