diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-10-29 19:25:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 17:33:14 +0000 |
commit | 78c3a33cec91db4d9cb84e5b560d70f3c715744a (patch) | |
tree | e36cc70952a0adbd33e4e29b67c786c0d3ab08a6 | |
parent | 1d30c640f99c3db22a44e2121597696270002674 (diff) | |
download | poky-78c3a33cec91db4d9cb84e5b560d70f3c715744a.tar.gz |
iproute2: upgrade to 3.11.0
(From OE-Core rev: 6c2f95c1cce38de2905a69b79f132eb28f0a64f6)
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_3.11.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb index 2220467c87..98f5a802e8 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb | |||
@@ -4,8 +4,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \ | |||
4 | file://configure-cross.patch \ | 4 | file://configure-cross.patch \ |
5 | " | 5 | " |
6 | 6 | ||
7 | SRC_URI[md5sum] = "45fb5427fc723a0001c72b92c931ba02" | 7 | SRC_URI[md5sum] = "d7ffb27bc9f0d80577b1f3fb9d1a7689" |
8 | SRC_URI[sha256sum] = "c4023d8d722a1ed673474ca0e5a2d61ebd747cc7001a91321757422d9074c97e" | 8 | SRC_URI[sha256sum] = "0ab31b52b5fd5ff0d3cf03f2068f05eeb4f0b37d107070fbbaacac94df5e88b7" |
9 | 9 | ||
10 | # CFLAGS are computed in Makefile and reference CCOPTS | 10 | # CFLAGS are computed in Makefile and reference CCOPTS |
11 | # | 11 | # |