diff mbox series

[meta-networking,v3] mctp: upgrade 1.1 -> 2.0

Message ID 20241018092326.2152223-1-chanh@os.amperecomputing.com
State New
Headers show
Series [meta-networking,v3] mctp: upgrade 1.1 -> 2.0 | expand

Commit Message

Chanh Nguyen Oct. 18, 2024, 9:23 a.m. UTC
Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com>
---
Change in v2:
  - Fix CI failed                              [Chanh]
Change in v3:
  - Update to latest srcrev to fix CI failed   [Chanh]
---
 .../recipes-support/mctp/{mctp_1.1.bb => mctp_2.0.bb}       | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
 rename meta-networking/recipes-support/mctp/{mctp_1.1.bb => mctp_2.0.bb} (93%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/mctp/mctp_1.1.bb b/meta-networking/recipes-support/mctp/mctp_2.0.bb
similarity index 93%
rename from meta-networking/recipes-support/mctp/mctp_1.1.bb
rename to meta-networking/recipes-support/mctp/mctp_2.0.bb
index bf3961be4..c6aa7c104 100644
--- a/meta-networking/recipes-support/mctp/mctp_1.1.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 = "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)} \
 "