From 4b28dff276ba1a167128ca0a8020e9861fccbf75 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 17 Apr 2023 15:38:04 +0800 Subject: [PATCH] mctp: upgrade 1.0 -> 1.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/mctp/{mctp_git.bb => mctp_1.1.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta-networking/recipes-support/mctp/{mctp_git.bb => mctp_1.1.bb} (94%) diff --git a/meta-networking/recipes-support/mctp/mctp_git.bb b/meta-networking/recipes-support/mctp/mctp_1.1.bb similarity index 94% rename from meta-networking/recipes-support/mctp/mctp_git.bb rename to meta-networking/recipes-support/mctp/mctp_1.1.bb index edc614d345..bf3961be42 100644 --- a/meta-networking/recipes-support/mctp/mctp_git.bb +++ b/meta-networking/recipes-support/mctp/mctp_1.1.bb @@ -5,9 +5,7 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21" -PV = "1.0+git${SRCPV}" - -SRCREV = "ae3a9162d6c5df0fa50abc34fc951dfd0e3d23c5" +SRCREV = "a591ad885aa28f113cb45870b2fd5bce48378d6f" SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https"