summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/iproute2/iproute2
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2013-02-26 17:57:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-28 23:14:04 +0000
commit35c2d04911b84cb21ef1a4a00dee399873bee8f3 (patch)
tree71a336baaccdcbb888631f1100fbc28b8260c049 /meta/recipes-connectivity/iproute2/iproute2
parenteb43cd15cc0ceffd6b7fa14919646007d6ba99c2 (diff)
downloadopenembedded-core-contrib-35c2d04911b84cb21ef1a4a00dee399873bee8f3.tar.gz
iproute2: upgraded to 3.8.0
- cross-compiling patch adapted to new source code Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/iproute2/iproute2')
-rw-r--r--meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch b/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
index 10606f3926..866609ca99 100644
--- a/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
+++ b/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
@@ -18,9 +18,9 @@ Index: iproute2-3.7.0/configure
#
INCLUDE=${1:-"$PWD/include"}
+SYSROOT=$1
- : ${PKG_CONFIG:=pkg-config}
- : ${CC=gcc}
- echo "PKG_CONFIG:=${PKG_CONFIG}" >>Config
+
+ # Make a temp directory in build tree.
+ TMPDIR=$(mktemp -d config.XXXXXX)
@@ -158,7 +159,7 @@ check_ipt_lib_dir()
return
fi