From 4c59be8493102c659f138368f3982a588e17fe91 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 25 Feb 2026 17:37:14 +0800 Subject: [PATCH] mctp: upgrade 2.4 -> 2.5 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/mctp/{mctp_2.4.bb => mctp_2.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/mctp/{mctp_2.4.bb => mctp_2.5.bb} (96%) diff --git a/meta-networking/recipes-support/mctp/mctp_2.4.bb b/meta-networking/recipes-support/mctp/mctp_2.5.bb similarity index 96% rename from meta-networking/recipes-support/mctp/mctp_2.4.bb rename to meta-networking/recipes-support/mctp/mctp_2.5.bb index 27750d4bfd..a8787d3f2b 100644 --- a/meta-networking/recipes-support/mctp/mctp_2.4.bb +++ b/meta-networking/recipes-support/mctp/mctp_2.5.bb @@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21" -SRCREV = "8b019a3e4d335c7d31099762762dfee2e4705d37" +SRCREV = "07c7a5d526f686da89bc9ae9cad917e46652b272" SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https;tag=v${PV}"