diff options
author | Chanh Nguyen <chanh@os.amperecomputing.com> | 2024-10-18 09:23:26 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-18 09:25:46 -0700 |
commit | b51e4288b93a97467b1d7dd77b4fab537bc311e3 (patch) | |
tree | 995208202c23e833f151386395c69402edea59bb /meta-networking | |
parent | 784942b68ef0a9533defee6c6f3d695e1c02cd3f (diff) | |
download | meta-openembedded-b51e4288b93a97467b1d7dd77b4fab537bc311e3.tar.gz |
mctp: upgrade 1.1 -> 2.0
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 (renamed from meta-networking/recipes-support/mctp/mctp_1.1.bb) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/mctp/mctp_1.1.bb b/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" | |||
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21" |
7 | 7 | ||
8 | SRCREV = "a591ad885aa28f113cb45870b2fd5bce48378d6f" | 8 | SRCREV = "f110926b082731b25720b444378ad55d7a9d451d" |
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 | ||
@@ -13,6 +13,10 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | inherit meson pkgconfig systemd | 14 | inherit meson pkgconfig systemd |
15 | 15 | ||
16 | EXTRA_OEMESON = " \ | ||
17 | -Dtests=false \ | ||
18 | " | ||
19 | |||
16 | PACKAGECONFIG ??= " \ | 20 | PACKAGECONFIG ??= " \ |
17 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ | 21 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ |
18 | " | 22 | " |