diff mbox series

[meta-networking] mctp: Fix build errors with clang19 + musl

Message ID 20241028065428.106480-1-chanh@os.amperecomputing.com
State Accepted
Headers show
Series [meta-networking] mctp: Fix build errors with clang19 + musl | expand

Commit Message

Chanh Nguyen Oct. 28, 2024, 6:54 a.m. UTC
Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com>
---
 meta-networking/recipes-support/mctp/mctp_2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/mctp/mctp_2.0.bb b/meta-networking/recipes-support/mctp/mctp_2.0.bb
index c6aa7c104..24f974774 100644
--- a/meta-networking/recipes-support/mctp/mctp_2.0.bb
+++ b/meta-networking/recipes-support/mctp/mctp_2.0.bb
@@ -5,7 +5,7 @@  LICENSE = "GPL-2.0-only"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21"
 
-SRCREV = "f110926b082731b25720b444378ad55d7a9d451d"
+SRCREV = "089dc53fa7387cca517cd713061c323ca06fb6dd"
 
 SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https"