diff options
-rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0001-basic-linux-Sync-if_arp.h-with-Linux-5.14.patch | 29 | ||||
-rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0001-basic-linux-Sync-if_arp.h-with-Linux-5.14.patch b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0001-basic-linux-Sync-if_arp.h-with-Linux-5.14.patch new file mode 100644 index 0000000000..a251e3e6c2 --- /dev/null +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0001-basic-linux-Sync-if_arp.h-with-Linux-5.14.patch | |||
@@ -0,0 +1,29 @@ | |||
1 | From 4411a9a3ebff98b6fcf5967c75faa458d219df96 Mon Sep 17 00:00:00 2001 | ||
2 | From: Chris Packham <chris.packham@alliedtelesis.co.nz> | ||
3 | Date: Fri, 10 Sep 2021 09:51:36 +1200 | ||
4 | Subject: [PATCH] basic/linux: Sync if_arp.h with Linux 5.14 | ||
5 | |||
6 | ARPHRD_MCTP was added in 5.14. Sync if_arp.h to pick up the definition | ||
7 | |||
8 | Fixes #20694 | ||
9 | Upstream-Status: Backport [https://github.com/cpackham-atlnz/systemd/commit/67cd626399b0d02882ee00716c8bd31ba764c862] | ||
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
11 | --- | ||
12 | src/basic/linux/if_arp.h | 1 + | ||
13 | 1 file changed, 1 insertion(+) | ||
14 | |||
15 | diff --git a/src/basic/linux/if_arp.h b/src/basic/linux/if_arp.h | ||
16 | index c3cc5a9e5e..4783af9fe5 100644 | ||
17 | --- a/src/basic/linux/if_arp.h | ||
18 | +++ b/src/basic/linux/if_arp.h | ||
19 | @@ -54,6 +54,7 @@ | ||
20 | #define ARPHRD_X25 271 /* CCITT X.25 */ | ||
21 | #define ARPHRD_HWX25 272 /* Boards with X.25 in firmware */ | ||
22 | #define ARPHRD_CAN 280 /* Controller Area Network */ | ||
23 | +#define ARPHRD_MCTP 290 | ||
24 | #define ARPHRD_PPP 512 | ||
25 | #define ARPHRD_CISCO 513 /* Cisco HDLC */ | ||
26 | #define ARPHRD_HDLC ARPHRD_CISCO | ||
27 | -- | ||
28 | 2.33.1 | ||
29 | |||
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb index a81b57526d..d50681d77b 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb | |||
@@ -15,6 +15,7 @@ SRCBRANCH = "v243-stable" | |||
15 | SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRCBRANCH} \ | 15 | SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRCBRANCH} \ |
16 | file://static-libsystemd-pkgconfig.patch \ | 16 | file://static-libsystemd-pkgconfig.patch \ |
17 | file://7c5fd25119a495009ea62f79e5daec34cc464628.patch \ | 17 | file://7c5fd25119a495009ea62f79e5daec34cc464628.patch \ |
18 | file://0001-basic-linux-Sync-if_arp.h-with-Linux-5.14.patch \ | ||
18 | " | 19 | " |
19 | 20 | ||
20 | # patches needed by musl | 21 | # patches needed by musl |