openembedded-core.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex@linutronix.de>
Subject: [PATCH v2 11/44] iproute2: upgrade 5.18.0 -> 5.19.0
Date: Mon,  8 Aug 2022 08:42:04 +0200	[thread overview]
Message-ID: <20220808064237.3975347-11-alex@linutronix.de> (raw)
In-Reply-To: <20220808064237.3975347-1-alex@linutronix.de>

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 ...-add-an-include-where-MIN-is-defined.patch | 25 +++++++++++++++++++
 ...{iproute2_5.18.0.bb => iproute2_5.19.0.bb} |  3 ++-
 2 files changed, 27 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-connectivity/iproute2/iproute2/0001-ip-ipstats.c-add-an-include-where-MIN-is-defined.patch
 rename meta/recipes-connectivity/iproute2/{iproute2_5.18.0.bb => iproute2_5.19.0.bb} (61%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2/0001-ip-ipstats.c-add-an-include-where-MIN-is-defined.patch b/meta/recipes-connectivity/iproute2/iproute2/0001-ip-ipstats.c-add-an-include-where-MIN-is-defined.patch
new file mode 100644
index 0000000000..edd73818ba
--- /dev/null
+++ b/meta/recipes-connectivity/iproute2/iproute2/0001-ip-ipstats.c-add-an-include-where-MIN-is-defined.patch
@@ -0,0 +1,25 @@
+From c8a99f1035ec7b158a204f90e9a7ed3c0b1e3d52 Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex@linutronix.de>
+Date: Fri, 5 Aug 2022 11:31:56 +0200
+Subject: [PATCH] ip/ipstats.c: add an include where MIN is defined
+
+Otherwise, non-glibc systems error out (e.g. on musl).
+
+Upstream-Status: Submitted [by email to stephen@networkplumber.org,netdev@vger.kernel.org]
+Signed-off-by: Alexander Kanavin <alex@linutronix.de>
+---
+ ip/ipstats.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/ip/ipstats.c b/ip/ipstats.c
+index 5cdd15a..1ac275b 100644
+--- a/ip/ipstats.c
++++ b/ip/ipstats.c
+@@ -1,6 +1,7 @@
+ // SPDX-License-Identifier: GPL-2.0+
+ #include <assert.h>
+ #include <errno.h>
++#include <sys/param.h>
+ 
+ #include "list.h"
+ #include "utils.h"
diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.18.0.bb b/meta/recipes-connectivity/iproute2/iproute2_5.19.0.bb
similarity index 61%
rename from meta/recipes-connectivity/iproute2/iproute2_5.18.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_5.19.0.bb
index 3e01c70801..c45920b015 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_5.18.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_5.19.0.bb
@@ -2,9 +2,10 @@ require iproute2.inc
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
            file://0001-libc-compat.h-add-musl-workaround.patch \
+           file://0001-ip-ipstats.c-add-an-include-where-MIN-is-defined.patch \
            "
 
-SRC_URI[sha256sum] = "5ba3d464d51c8c283550d507ffac3d10f7aec587b7c66b0ccb6950643646389e"
+SRC_URI[sha256sum] = "26b7a34d6a7fd2f7a42e2b39c5a90cb61bac522d1096067ffeb195e5693d7791"
 
 # CFLAGS are computed in Makefile and reference CCOPTS
 #
-- 
2.30.2



  parent reply	other threads:[~2022-08-08  6:42 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-08  6:41 [PATCH v2 01/44] rpm: update 4.17.0 -> 4.17.1 Alexander Kanavin
2022-08-08  6:41 ` [PATCH v2 02/44] dropbear: merge .inc into .bb Alexander Kanavin
2022-08-08  6:41 ` [PATCH v2 03/44] dropbear: use git to get sources as the website is down Alexander Kanavin
2022-08-08 16:54   ` [OE-core] " Khem Raj
2022-08-08 17:23     ` Alexander Kanavin
2022-08-08  6:41 ` [PATCH v2 04/44] go: update 1.18.4 -> 1.19 Alexander Kanavin
2022-08-08  6:41 ` [PATCH v2 05/44] rust: update 1.62.0 -> 1.62.1 Alexander Kanavin
2022-08-08  6:41 ` [PATCH v2 06/44] cmake: update 3.23.2 -> 3.24.0 Alexander Kanavin
2022-08-08 16:59   ` [OE-core] " Khem Raj
2022-08-08 17:23     ` Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 07/44] bluez5: update 5.64 -> 5.65 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 08/44] patchelf: update 0.14.5 -> 0.15.0 Alexander Kanavin
2022-08-08 17:07   ` [OE-core] " Khem Raj
2022-08-08 17:28     ` Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 09/44] python3-pip: update 22.2.1 -> 22.2.2 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 10/44] ffmpeg: update 5.0.1 -> 5.1 Alexander Kanavin
2022-08-08  6:42 ` Alexander Kanavin [this message]
2022-08-08  6:42 ` [PATCH v2 12/44] util-linux: upgrade 2.38 -> 2.38.1 Alexander Kanavin
2022-08-13 13:06   ` [OE-core] " Alexandre Belloni
2022-08-13 14:28     ` Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 13/44] harfbuzz: upgrade 4.4.1 -> 5.1.0 Alexander Kanavin
2022-08-08 17:09   ` [OE-core] " Khem Raj
2022-08-08  6:42 ` [PATCH v2 14/44] libwpe: upgrade 1.12.0 -> 1.12.2 Alexander Kanavin
2022-08-08 17:10   ` [OE-core] " Khem Raj
2022-08-08  6:42 ` [PATCH v2 15/44] bind: upgrade 9.18.4 -> 9.18.5 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 16/44] diffoscope: upgrade 218 -> 220 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 17/44] ell: upgrade 0.51 -> 0.52 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 18/44] gnutls: upgrade 3.7.6 -> 3.7.7 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 19/44] iso-codes: upgrade 4.10.0 -> 4.11.0 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 20/44] kea: upgrade 2.0.2 -> 2.2.0 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 21/44] kexec-tools: upgrade 2.0.24 -> 2.0.25 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 22/44] libcap: upgrade 2.64 -> 2.65 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 23/44] libevdev: upgrade 1.12.1 -> 1.13.0 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 24/44] libnotify: upgrade 0.8.0 -> 0.8.1 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 25/44] libwebp: upgrade 1.2.2 -> 1.2.3 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 26/44] libxcvt: upgrade 0.1.1 -> 0.1.2 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 27/44] mesa: upgrade 22.1.3 -> 22.1.5 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 28/44] mobile-broadband-provider-info: upgrade 20220511 -> 20220725 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 29/44] nettle: upgrade 3.8 -> 3.8.1 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 30/44] piglit: upgrade to latest revision Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 31/44] puzzles: " Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 32/44] python3: upgrade 3.10.5 -> 3.10.6 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 33/44] python3-dtschema: upgrade 2022.7 -> 2022.8 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 34/44] python3-hypothesis: upgrade 6.50.1 -> 6.54.1 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 35/44] python3-jsonschema: upgrade 4.9.0 -> 4.9.1 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 36/44] python3-markdown: upgrade 3.3.7 -> 3.4.1 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 37/44] python3-setuptools: upgrade 63.3.0 -> 63.4.1 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 38/44] python3-sphinx: upgrade 5.0.2 -> 5.1.1 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 39/44] python3-urllib3: upgrade 1.26.10 -> 1.26.11 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 40/44] sqlite3: upgrade 3.39.1 -> 3.39.2 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 41/44] stress-ng: upgrade 0.14.02 -> 0.14.03 Alexander Kanavin
2022-08-13 13:06   ` [OE-core] " Alexandre Belloni
2022-08-08  6:42 ` [PATCH v2 42/44] sysklogd: upgrade 2.4.0 -> 2.4.2 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 43/44] webkitgtk: upgrade 2.36.4 -> 2.36.5 Alexander Kanavin
2022-08-08  6:42 ` [PATCH v2 44/44] weston: upgrade 10.0.1 -> 10.0.2 Alexander Kanavin
2022-08-08 17:39   ` [OE-core] " Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220808064237.3975347-11-alex@linutronix.de \
    --to=alex.kanavin@gmail.com \
    --cc=alex@linutronix.de \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).