From 31b6cf91f20a26dfb18cf56f123c5f30fd86c0af Mon Sep 17 00:00:00 2001 From: Chanh Nguyen Date: Mon, 16 Dec 2024 08:22:01 +0000 Subject: [PATCH] mctp: upgrade 2.0 -> 2.1 Signed-off-by: Chanh Nguyen Signed-off-by: Khem Raj --- .../recipes-support/mctp/{mctp_2.0.bb => mctp_2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/mctp/{mctp_2.0.bb => mctp_2.1.bb} (96%) diff --git a/meta-networking/recipes-support/mctp/mctp_2.0.bb b/meta-networking/recipes-support/mctp/mctp_2.1.bb similarity index 96% rename from meta-networking/recipes-support/mctp/mctp_2.0.bb rename to meta-networking/recipes-support/mctp/mctp_2.1.bb index 24f974774d..931a4535aa 100644 --- a/meta-networking/recipes-support/mctp/mctp_2.0.bb +++ b/meta-networking/recipes-support/mctp/mctp_2.1.bb @@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21" -SRCREV = "089dc53fa7387cca517cd713061c323ca06fb6dd" +SRCREV = "9042704131d270e713fc267d3cc84273bc995315" SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https"