diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-15 16:21:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-20 15:30:52 +0000 |
commit | c8679a67e6ae3c5e2e4b58f87f56d2e256eeb5f1 (patch) | |
tree | 2319a09715ef1b2f7b12e8310fae7c453ed114b3 /meta/recipes-connectivity | |
parent | e7fa1605b52c225dfa9b3c59d5faad801cdf2b23 (diff) | |
download | poky-c8679a67e6ae3c5e2e4b58f87f56d2e256eeb5f1.tar.gz |
iproute2: upgrade 6.5.0 -> 6.6.0
(From OE-Core rev: 3ab71c67746754098b79af25c05c6bf0747d558d)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_6.6.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_6.5.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.5.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.6.0.bb index 2b28b10c20..417702e627 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_6.5.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_6.6.0.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ | |||
15 | file://0001-libc-compat.h-add-musl-workaround.patch \ | 15 | file://0001-libc-compat.h-add-musl-workaround.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[sha256sum] = "a70179085fa1b96d3c33b040c809b75e2b57563adc505a4ad05e2609df373463" | 18 | SRC_URI[sha256sum] = "8738c804afd09f0bf756937f0c3de23117832a98d8cbbf50386cf5005cd613ce" |
19 | 19 | ||
20 | inherit update-alternatives bash-completion pkgconfig | 20 | inherit update-alternatives bash-completion pkgconfig |
21 | 21 | ||