diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-12-06 17:00:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-14 09:11:14 +0000 |
commit | b8e3996e7c2f46b72ff88db3308140a976cf8c18 (patch) | |
tree | 652aa78f4b4d7dabf0e023e2b7f6a779a54dbf82 | |
parent | 81b0b7e54a94391c67adc9518719f382a4bc3b11 (diff) | |
download | poky-b8e3996e7c2f46b72ff88db3308140a976cf8c18.tar.gz |
iproute2: upgrade to 3.12.0
(From OE-Core rev: 137ab87de54724f839ae217fd51f870b4ae6b3b3)
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.12.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.12.0.bb index 469b2b026d..8cd9d21317 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_3.12.0.bb | |||
@@ -5,8 +5,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \ | |||
5 | file://0001-iproute2-de-bash-scripts.patch \ | 5 | file://0001-iproute2-de-bash-scripts.patch \ |
6 | " | 6 | " |
7 | 7 | ||
8 | SRC_URI[md5sum] = "d7ffb27bc9f0d80577b1f3fb9d1a7689" | 8 | SRC_URI[md5sum] = "f87386aaaecafab95607fd10e8152c68" |
9 | SRC_URI[sha256sum] = "0ab31b52b5fd5ff0d3cf03f2068f05eeb4f0b37d107070fbbaacac94df5e88b7" | 9 | SRC_URI[sha256sum] = "44f600475d27a421688cda2294efec38513473a740c24ead78eb20005f08f111" |
10 | 10 | ||
11 | # CFLAGS are computed in Makefile and reference CCOPTS | 11 | # CFLAGS are computed in Makefile and reference CCOPTS |
12 | # | 12 | # |