summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2026-04-21 16:11:21 +0100
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-21 10:24:53 -0700
commitfa612d7971891d61ed051c86516d6acbe126f35d (patch)
tree281b3c8af418905816056a39f080ad822a3ab194
parent0c9cb5fb09ca33a1b3b7a87ea2e1bf922ccd79d3 (diff)
downloadmeta-openembedded-fa612d7971891d61ed051c86516d6acbe126f35d.tar.gz
libspdm: update SRCREV to final 3.8.2 release
The initial 3.8.2 tag pointing at 5cf0acb8 ("Update version for 3.8.2 release") was actually a pre-release and that tag has since moved. Now that 3.8.2 has offically been released we can update the SRCREV. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-support/libspdm/libspdm_3.8.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libspdm/libspdm_3.8.2.bb b/meta-oe/recipes-support/libspdm/libspdm_3.8.2.bb
index 04f1ffc1fc..7d227d4148 100644
--- a/meta-oe/recipes-support/libspdm/libspdm_3.8.2.bb
+++ b/meta-oe/recipes-support/libspdm/libspdm_3.8.2.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8f9b59a81a88da8e812af43728b72dd7"
10DEPENDS = "openssl" 10DEPENDS = "openssl"
11 11
12SRC_URI = "git://github.com/DMTF/libspdm.git;branch=release-3.8;protocol=https;tag=${PV}" 12SRC_URI = "git://github.com/DMTF/libspdm.git;branch=release-3.8;protocol=https;tag=${PV}"
13SRCREV = "5cf0acb87b2f36f8d70a89e5da8476d85db59f46" 13SRCREV = "f55cf6d48ec69b4ac60a63903e9c6a2cb0fd155d"
14 14
15inherit cmake 15inherit cmake
16 16