mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
libspdm: Fix build with openssl 3.5
Backport new API signature, since the vendored version of openssl in libspdm is 3.0.14, asn1.h has to sync for providing it. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alistair Francis <alistair.francis@wdc.com> Cc: Martin Jansa <martin.jansa@gmail.com>
This commit is contained in:
@@ -9,7 +9,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8f9b59a81a88da8e812af43728b72dd7"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
||||
SRC_URI = "git://github.com/DMTF/libspdm.git;branch=main;protocol=https"
|
||||
SRC_URI = "git://github.com/DMTF/libspdm.git;branch=main;protocol=https \
|
||||
file://0001-Backport-API-introduced-in-openssl-3.5.0.patch"
|
||||
SRCREV = "1be116c7b7713fa9003e1bd53b53a34758549eb9"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user