diff options
author | wangmy <wangmy@fujitsu.com> | 2021-11-09 23:02:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-10 19:27:28 +0000 |
commit | 93c449d6b2d1436b529c084cffca6b9a477f4b3b (patch) | |
tree | bf4665cda97689db510f53441161897b145ab6b9 | |
parent | 0ab57c6816fb05707fb0f7c22d6a76d63f97634f (diff) | |
download | poky-93c449d6b2d1436b529c084cffca6b9a477f4b3b.tar.gz |
iproute2: upgrade 5.14.0 -> 5.15.0
(From OE-Core rev: 609fd71c5d132b77072f1eb0cc4fe94370371eff)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_5.15.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_5.14.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.14.0.bb b/meta/recipes-connectivity/iproute2/iproute2_5.15.0.bb index 27fb5c8866..99a743391a 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_5.14.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_5.15.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] = "210fa785a52f3763c4287fd5ae63e246f6311bfaa48c424baab6d383bb7591d4" | 7 | SRC_URI[sha256sum] = "38e3e4a5f9a7f5575c015027a10df097c149111eeb739993128e5b2b35b291ff" |
8 | 8 | ||
9 | # CFLAGS are computed in Makefile and reference CCOPTS | 9 | # CFLAGS are computed in Makefile and reference CCOPTS |
10 | # | 10 | # |