diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-06-08 09:46:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-09 13:14:00 +0100 |
commit | e71947c1d2cdf08b7dc60c3c7fdf49409f559fc0 (patch) | |
tree | 0e8b044d15c7f3b19a5b7a838312dc340aba5626 /meta/recipes-connectivity | |
parent | 57f11274fc90821dce50404359a2ab00e138a60e (diff) | |
download | poky-e71947c1d2cdf08b7dc60c3c7fdf49409f559fc0.tar.gz |
iproute2: upgrade 5.6.0 -> 5.7.0
(From OE-Core rev: 4bd25076b53a2be09db4ca08a3854d8626c7ead0)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2/0001-devlink.c-add-missing-include.patch | 23 | ||||
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_5.7.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_5.6.0.bb) | 6 |
2 files changed, 26 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2/0001-devlink.c-add-missing-include.patch b/meta/recipes-connectivity/iproute2/iproute2/0001-devlink.c-add-missing-include.patch new file mode 100644 index 0000000000..f9580b7d44 --- /dev/null +++ b/meta/recipes-connectivity/iproute2/iproute2/0001-devlink.c-add-missing-include.patch | |||
@@ -0,0 +1,23 @@ | |||
1 | From 5df629d825df4ccc4283228bc0739da126326072 Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Sat, 6 Jun 2020 18:00:13 +0000 | ||
4 | Subject: [PATCH] devlink.c: add missing include | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
8 | --- | ||
9 | devlink/devlink.c | 1 + | ||
10 | 1 file changed, 1 insertion(+) | ||
11 | |||
12 | diff --git a/devlink/devlink.c b/devlink/devlink.c | ||
13 | index 16602ab..c278e6d 100644 | ||
14 | --- a/devlink/devlink.c | ||
15 | +++ b/devlink/devlink.c | ||
16 | @@ -26,6 +26,7 @@ | ||
17 | #include <libmnl/libmnl.h> | ||
18 | #include <netinet/ether.h> | ||
19 | #include <sys/types.h> | ||
20 | +#include <signal.h> | ||
21 | |||
22 | #include "SNAPSHOT.h" | ||
23 | #include "list.h" | ||
diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.6.0.bb b/meta/recipes-connectivity/iproute2/iproute2_5.7.0.bb index 9ab9053739..276afeab11 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_5.6.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_5.7.0.bb | |||
@@ -2,10 +2,10 @@ require iproute2.inc | |||
2 | 2 | ||
3 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ | 3 | 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 | file://0001-devlink.c-add-missing-include.patch \ |
6 | " | ||
6 | 7 | ||
7 | SRC_URI[md5sum] = "9da0c352707c34b8b1fec3bf42fcfd09" | 8 | SRC_URI[sha256sum] = "725dc7ba94aae54c6f8d4223ca055d9fb4fe89d6994b1c03bfb4411c4dd10f21" |
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 | # |