diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-02-26 17:57:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-28 23:15:46 +0000 |
commit | b7c37e49f84f93502a46bf31689b52414500325e (patch) | |
tree | 3a1b0b95f4999adab8eb30c9e0461f30c90437ad | |
parent | 146bff9f23e7a9fca31f32cc490fc00493d415bd (diff) | |
download | poky-b7c37e49f84f93502a46bf31689b52414500325e.tar.gz |
iproute2: upgraded to 3.8.0
- cross-compiling patch adapted to new source code
(From OE-Core rev: 35c2d04911b84cb21ef1a4a00dee399873bee8f3)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch | 6 | ||||
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_3.7.0.bb) | 4 |
2 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 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 | |||
18 | # | 18 | # |
19 | INCLUDE=${1:-"$PWD/include"} | 19 | INCLUDE=${1:-"$PWD/include"} |
20 | +SYSROOT=$1 | 20 | +SYSROOT=$1 |
21 | : ${PKG_CONFIG:=pkg-config} | 21 | |
22 | : ${CC=gcc} | 22 | # Make a temp directory in build tree. |
23 | echo "PKG_CONFIG:=${PKG_CONFIG}" >>Config | 23 | TMPDIR=$(mktemp -d config.XXXXXX) |
24 | @@ -158,7 +159,7 @@ check_ipt_lib_dir() | 24 | @@ -158,7 +159,7 @@ check_ipt_lib_dir() |
25 | return | 25 | return |
26 | fi | 26 | fi |
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.7.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb index 1863acbfb5..70dcd2dc43 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" | |||
5 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \ | 5 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \ |
6 | file://configure-cross.patch" | 6 | file://configure-cross.patch" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "b07241b267036de9a79ca5b69acf8593" | 8 | SRC_URI[md5sum] = "951622fd770428116dc165acba375414" |
9 | SRC_URI[sha256sum] = "6b0e76d7adb8b9b65f70571f75d72db7c2548eff7813cace9e267065c3c0cb34" | 9 | SRC_URI[sha256sum] = "579145749f1aaf60e7c7a5de24b7f00fa2200a961094733c792b4ff139181e4f" |
10 | 10 | ||
11 | # CFLAGS are computed in Makefile and reference CCOPTS | 11 | # CFLAGS are computed in Makefile and reference CCOPTS |
12 | # | 12 | # |