diff --git a/meta-networking/recipes-support/mctp/mctp/0001-mctp-bench-Adjust-headers.patch b/meta-networking/recipes-support/mctp/mctp/0001-mctp-bench-Adjust-headers.patch deleted file mode 100644 index 4ff9b092994..00000000000 --- a/meta-networking/recipes-support/mctp/mctp/0001-mctp-bench-Adjust-headers.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 166b2251a156a03a80318533440178ac0b913945 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Mon, 17 Feb 2025 21:29:41 -0800 -Subject: [PATCH] mctp-bench: Adjust headers - -bits/time.h is not be included directly, instead use time.h -since poll.h is included there is no need to include sys/poll.h - -Fixes -../git/src/mctp-bench.c:2:10: fatal error: 'bits/time.h' file not found - 2 | #include - | ^~~~~~~~~~~~~ - -Upstream-Status: Submitted [https://github.com/CodeConstruct/mctp/pull/65] -Signed-off-by: Khem Raj ---- - src/mctp-bench.c | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/src/mctp-bench.c b/src/mctp-bench.c -index eeb6fcf..60b3bb0 100644 ---- a/src/mctp-bench.c -+++ b/src/mctp-bench.c -@@ -1,5 +1,5 @@ - #define _XOPEN_SOURCE 700 --#include -+#include - #include - #include - #include -@@ -9,7 +9,6 @@ - #include - #include - #include --#include - #include - #include - #include diff --git a/meta-networking/recipes-support/mctp/mctp_2.1.bb b/meta-networking/recipes-support/mctp/mctp_2.4.bb similarity index 92% rename from meta-networking/recipes-support/mctp/mctp_2.1.bb rename to meta-networking/recipes-support/mctp/mctp_2.4.bb index 04fecf7acad..27750d4bfd6 100644 --- a/meta-networking/recipes-support/mctp/mctp_2.1.bb +++ b/meta-networking/recipes-support/mctp/mctp_2.4.bb @@ -5,10 +5,9 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21" -SRCREV = "dd944cf5b5a8b834f3685bcb2017190258dbcd0b" +SRCREV = "8b019a3e4d335c7d31099762762dfee2e4705d37" -SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https \ - file://0001-mctp-bench-Adjust-headers.patch" +SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https;tag=v${PV}" inherit meson pkgconfig systemd