summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorChanh Nguyen <chanh@os.amperecomputing.com>2024-10-28 06:54:28 +0000
committerKhem Raj <raj.khem@gmail.com>2024-10-28 07:29:54 -0700
commitcbf1c7d312629515c55ad3cdf405ae08393d0f79 (patch)
treef29e2452d7d3b1e7789e2cac14e72dc82aede820 /meta-networking
parent7f9699e730de3b9a2bcb6c1ed7ec8bff809022c0 (diff)
downloadmeta-openembedded-cbf1c7d312629515c55ad3cdf405ae08393d0f79.tar.gz
mctp: Fix build errors with clang19 + musl
Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/mctp/mctp_2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/mctp/mctp_2.0.bb b/meta-networking/recipes-support/mctp/mctp_2.0.bb
index c6aa7c1041..24f974774d 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"
5 5
6LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21"
7 7
8SRCREV = "f110926b082731b25720b444378ad55d7a9d451d" 8SRCREV = "089dc53fa7387cca517cd713061c323ca06fb6dd"
9 9
10SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https" 10SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https"
11 11