diff options
author | Chanh Nguyen <chanh@os.amperecomputing.com> | 2024-10-28 06:54:28 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-28 07:29:54 -0700 |
commit | cbf1c7d312629515c55ad3cdf405ae08393d0f79 (patch) | |
tree | f29e2452d7d3b1e7789e2cac14e72dc82aede820 /meta-networking | |
parent | 7f9699e730de3b9a2bcb6c1ed7ec8bff809022c0 (diff) | |
download | meta-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.bb | 2 |
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 | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21" |
7 | 7 | ||
8 | SRCREV = "f110926b082731b25720b444378ad55d7a9d451d" | 8 | SRCREV = "089dc53fa7387cca517cd713061c323ca06fb6dd" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https" | 10 | SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https" |
11 | 11 | ||