diff options
author | wangmy <wangmy@fujitsu.com> | 2022-05-30 14:38:41 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-31 15:24:18 +0100 |
commit | e5cb34e50e35bbe48b6d5e0675dc044f2edd8fbc (patch) | |
tree | 116074b9bc7dd4c88519de4098fa0aedb0175f07 | |
parent | ead9e7443f3fbbe4424e7118523cab1c932577c9 (diff) | |
download | poky-e5cb34e50e35bbe48b6d5e0675dc044f2edd8fbc.tar.gz |
iproute2: upgrade 5.17.0 -> 5.18.0
(From OE-Core rev: 995c5dc8816eaa07b21ed08c4d6afb7bffd9e368)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_5.18.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_5.17.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.17.0.bb b/meta/recipes-connectivity/iproute2/iproute2_5.18.0.bb index becbaa9190..3e01c70801 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_5.17.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_5.18.0.bb | |||
@@ -4,7 +4,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ | |||
4 | file://0001-libc-compat.h-add-musl-workaround.patch \ | 4 | file://0001-libc-compat.h-add-musl-workaround.patch \ |
5 | " | 5 | " |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "6e384f1b42c75e1a9daac57866da37dcff909090ba86eb25a6e764da7893660e" | 7 | SRC_URI[sha256sum] = "5ba3d464d51c8c283550d507ffac3d10f7aec587b7c66b0ccb6950643646389e" |
8 | 8 | ||
9 | # CFLAGS are computed in Makefile and reference CCOPTS | 9 | # CFLAGS are computed in Makefile and reference CCOPTS |
10 | # | 10 | # |