[OE-core] [PATCH] iproute2: upgraded to 3.8.0

Cristian Iorga cristian.iorga at intel.com
Tue Feb 26 15:57:42 UTC 2013


- cross-compiling patch adapted to new source code

Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
---
 .../recipes-connectivity/iproute2/iproute2/configure-cross.patch |    6 +++---
 .../iproute2/{iproute2_3.7.0.bb => iproute2_3.8.0.bb}            |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-connectivity/iproute2/{iproute2_3.7.0.bb => iproute2_3.8.0.bb} (64%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch b/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
index 10606f3..866609c 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
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.7.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb
similarity index 64%
rename from meta/recipes-connectivity/iproute2/iproute2_3.7.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb
index 1863acb..70dcd2d 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_3.7.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb
@@ -5,8 +5,8 @@ PR = "r0"
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \
            file://configure-cross.patch"
 
-SRC_URI[md5sum] = "b07241b267036de9a79ca5b69acf8593"
-SRC_URI[sha256sum] = "6b0e76d7adb8b9b65f70571f75d72db7c2548eff7813cace9e267065c3c0cb34"
+SRC_URI[md5sum] = "951622fd770428116dc165acba375414"
+SRC_URI[sha256sum] = "579145749f1aaf60e7c7a5de24b7f00fa2200a961094733c792b4ff139181e4f"
 
 # CFLAGS are computed in Makefile and reference CCOPTS
 #
-- 
1.7.10.4





More information about the Openembedded-core mailing list