From b7c37e49f84f93502a46bf31689b52414500325e Mon Sep 17 00:00:00 2001 From: Cristian Iorga Date: Tue, 26 Feb 2013 17:57:42 +0200 Subject: iproute2: upgraded to 3.8.0 - cross-compiling patch adapted to new source code (From OE-Core rev: 35c2d04911b84cb21ef1a4a00dee399873bee8f3) Signed-off-by: Cristian Iorga Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-connectivity/iproute2/iproute2') 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 -- cgit v1.2.3-54-g00ecf