diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-05-23 02:23:23 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-24 23:56:03 +0100 |
commit | b2b665d518b1f4844f19b56c2a753d737a991a8b (patch) | |
tree | 1874b0c076c2adfef8a4a20e85116944a1c0d296 /meta/recipes-connectivity/iproute2 | |
parent | 92c2d3a6471f8686b53e6751b1b181d8618d00a5 (diff) | |
download | poky-b2b665d518b1f4844f19b56c2a753d737a991a8b.tar.gz |
iproute2: upgrade 5.5.0 -> 5.6.0
(From OE-Core rev: 7484b29ef75c44701fd80f5afcec13254a1ae931)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/iproute2')
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_5.6.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_5.5.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.5.0.bb b/meta/recipes-connectivity/iproute2/iproute2_5.6.0.bb index 7ad4b8eee6..9ab9053739 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_5.5.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_5.6.0.bb | |||
@@ -4,8 +4,8 @@ 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[md5sum] = "ee8e2cdb416d4a8ef39525d39ab7c2d0" | 7 | SRC_URI[md5sum] = "9da0c352707c34b8b1fec3bf42fcfd09" |
8 | SRC_URI[sha256sum] = "bac543435cac208a11db44c9cc8e35aa902befef8750594654ee71941c388f7b" | 8 | SRC_URI[sha256sum] = "1b5b0e25ce6e23da7526ea1da044e814ad85ba761b10dd29c2b027c056b04692" |
9 | 9 | ||
10 | # CFLAGS are computed in Makefile and reference CCOPTS | 10 | # CFLAGS are computed in Makefile and reference CCOPTS |
11 | # | 11 | # |