diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-15 16:58:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-19 12:21:23 +0000 |
commit | b9fee5ff9e53e21707383c7c70bd204b21c37520 (patch) | |
tree | 74f5bc9607ca8a987cd3f9464dc229d9b7efbae3 /meta/recipes-connectivity/iproute2 | |
parent | 77bc0181ae614ba86592833e3dd70ac4e2eeea8b (diff) | |
download | poky-b9fee5ff9e53e21707383c7c70bd204b21c37520.tar.gz |
iproute2: upgrade 6.6.0 -> 6.7.0
(From OE-Core rev: 569285695e43128dafd77ad33d12a8eeb29fd88d)
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/iproute2')
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_6.6.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.6.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb index 417702e627..640b3013f1 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_6.6.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_6.7.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] = "8738c804afd09f0bf756937f0c3de23117832a98d8cbbf50386cf5005cd613ce" | 18 | SRC_URI[sha256sum] = "ff942dd9828d7d1f867f61fe72ce433078c31e5d8e4a78e20f02cb5892e8841d" |
19 | 19 | ||
20 | inherit update-alternatives bash-completion pkgconfig | 20 | inherit update-alternatives bash-completion pkgconfig |
21 | 21 | ||