diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-03-09 16:19:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-11 00:08:41 +0000 |
commit | 96f75b2155ac72a4daab36b02a0ea6df4a5eef65 (patch) | |
tree | 714ea7d68bfaa87371fe0e13393190bc38c5ebfe | |
parent | 1ace5646156640ceb9322dd8cb322a58772936a5 (diff) | |
download | poky-96f75b2155ac72a4daab36b02a0ea6df4a5eef65.tar.gz |
iproute2: upgrade 6.1.0 -> 6.2.0
License-Update: copyright snippet has been dropped from ip.c
(From OE-Core rev: d709e2d4c5d8768b3160d63aec207fe3e2a4066d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_6.2.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_6.1.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.1.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.2.0.bb index 7272e8f147..65ddfa8223 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_6.1.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_6.2.0.bb | |||
@@ -7,7 +7,7 @@ HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/networking/ipr | |||
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | LICENSE = "GPL-2.0-or-later" | 8 | LICENSE = "GPL-2.0-or-later" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ |
10 | file://ip/ip.c;beginline=3;endline=8;md5=689d691d0410a4b64d3899f8d6e31817" | 10 | " |
11 | 11 | ||
12 | DEPENDS = "flex-native bison-native iptables libcap" | 12 | DEPENDS = "flex-native bison-native iptables libcap" |
13 | 13 | ||
@@ -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] = "5ce12a0fec6b212725ef218735941b2dab76244db7e72646a76021b0537b43ab" | 18 | SRC_URI[sha256sum] = "4d72730200ec5b2aabaa1a2f20553c6748292f065d9a154c7d5e22559df9fd62" |
19 | 19 | ||
20 | inherit update-alternatives bash-completion pkgconfig | 20 | inherit update-alternatives bash-completion pkgconfig |
21 | 21 | ||