diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2018-05-23 13:50:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-29 21:07:16 +0100 |
commit | 13b461c4f80dcd1543e48f815aceae05b0b71048 (patch) | |
tree | 9d897d37045b576e015e4e8df7192bc226311733 | |
parent | af5c776a285ddc929971634e852dd83bda1ece00 (diff) | |
download | poky-13b461c4f80dcd1543e48f815aceae05b0b71048.tar.gz |
iproute2: upgrade 4.15.0 -> 4.16.0
(From OE-Core rev: 0d5fa036885ad6320fdd79399af463eed8aa0750)
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_4.16.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_4.15.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_4.15.0.bb b/meta/recipes-connectivity/iproute2/iproute2_4.16.0.bb index 7942bbf82d..4b0e893744 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_4.15.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_4.16.0.bb | |||
@@ -6,8 +6,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ | |||
6 | file://0001-ip-Remove-unneed-header.patch \ | 6 | file://0001-ip-Remove-unneed-header.patch \ |
7 | " | 7 | " |
8 | 8 | ||
9 | SRC_URI[md5sum] = "0681bf4664b2649ad4e12551a3a7a1f9" | 9 | SRC_URI[md5sum] = "1f12a70d767ef77ffa2d1a0c4ce48f1a" |
10 | SRC_URI[sha256sum] = "48d4616a99d7b609b7b795c0ae8ec57099fb0271ed89253e8772c02327798355" | 10 | SRC_URI[sha256sum] = "0c5c24020fd7349fe25728c5edee9fb6a1bc8a38f08e23be5c57a6301e55ee0a" |
11 | 11 | ||
12 | # CFLAGS are computed in Makefile and reference CCOPTS | 12 | # CFLAGS are computed in Makefile and reference CCOPTS |
13 | # | 13 | # |