diff options
Diffstat (limited to 'meta/recipes-connectivity/iproute2')
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch | 10 |
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 | |||
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-3.7.0/configure | 12 | Index: 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 | ||