mctp: upgrade 1.1 -> 2.0

Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Chanh Nguyen 2024-10-18 09:23:26 +00:00 committed by Khem Raj
parent 784942b68e
commit b51e4288b9
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21"
SRCREV = "a591ad885aa28f113cb45870b2fd5bce48378d6f"
SRCREV = "f110926b082731b25720b444378ad55d7a9d451d"
SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https"
@ -13,6 +13,10 @@ S = "${WORKDIR}/git"
inherit meson pkgconfig systemd
EXTRA_OEMESON = " \
-Dtests=false \
"
PACKAGECONFIG ??= " \
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
"