diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-07-15 04:33:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-16 13:53:16 +0100 |
commit | 8fe735e7c9c320fa5abb5018583ca424db46ad5f (patch) | |
tree | 3105700e3f01173781d503a1d3052bcf9342eebf | |
parent | 2552109842383658991db0b5176f6c288f82c234 (diff) | |
download | poky-8fe735e7c9c320fa5abb5018583ca424db46ad5f.tar.gz |
iproute2: update to 5.2.0
(From OE-Core rev: e7844826305000f61e80268b74bf9cb85a005d4b)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_5.1.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.1.0.bb b/meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb index 6854a13004..8ef529d91a 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_5.1.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb | |||
@@ -5,8 +5,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ | |||
5 | file://0001-libc-compat.h-add-musl-workaround.patch \ | 5 | file://0001-libc-compat.h-add-musl-workaround.patch \ |
6 | " | 6 | " |
7 | 7 | ||
8 | SRC_URI[md5sum] = "a2b8349abf4ae00e92155fda22de4d5e" | 8 | SRC_URI[md5sum] = "0cb2736e7bc2f56254a363d3d23703b7" |
9 | SRC_URI[sha256sum] = "dc5a980873eabf6b00c0be976b6e5562b1400d47d1d07d2ac35d5e5acbcf7bcf" | 9 | SRC_URI[sha256sum] = "a5b95dec26353fc71dba9bb403e9343fad2a06bd69fb154a22a2aa2914f74da8" |
10 | 10 | ||
11 | # CFLAGS are computed in Makefile and reference CCOPTS | 11 | # CFLAGS are computed in Makefile and reference CCOPTS |
12 | # | 12 | # |