diff options
author | Chanh Nguyen <chanh@os.amperecomputing.com> | 2024-12-16 08:22:01 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-16 08:42:00 -0800 |
commit | 31b6cf91f20a26dfb18cf56f123c5f30fd86c0af (patch) | |
tree | 2c7c8387a6c0c2f2e34eaab6030007e8e9bc61fe | |
parent | b6fb969398452a82ff497fffdb1deb48eb7f3c59 (diff) | |
download | meta-openembedded-31b6cf91f20a26dfb18cf56f123c5f30fd86c0af.tar.gz |
mctp: upgrade 2.0 -> 2.1
Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/mctp/mctp_2.1.bb (renamed from 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.1.bb index 24f974774d..931a4535aa 100644 --- a/meta-networking/recipes-support/mctp/mctp_2.0.bb +++ b/meta-networking/recipes-support/mctp/mctp_2.1.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 = "089dc53fa7387cca517cd713061c323ca06fb6dd" | 8 | SRCREV = "9042704131d270e713fc267d3cc84273bc995315" |
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 | ||