1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-08 15:30:08 +00:00

arm/ts-psa-iat-api-test: fix path to QCBOR

This recipe has a second copy of QCBOR in SRC_URI, correct the reference
to its location in EXTRA_OECMAKE to fix builds with network isolation.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2025-07-07 19:30:42 +01:00
committed by Jon Mason
parent e8fb49cdf9
commit ad117a2733
@@ -14,8 +14,8 @@ SRC_URI += "git://github.com/laurencelundblade/QCBOR.git;name=psaqcbor;protocol=
"
SRCREV_psaqcbor = "42272e466a8472948bf8fca076d113b81b99f0e0"
EXTRA_OECMAKE += "-DPSA_TARGET_QCBOR=${WORKDIR}/git/psaqcbor \
"
EXTRA_OECMAKE += "-DPSA_TARGET_QCBOR=${UNPACKDIR}/psaqcbor"
# TODO: remove FORTIFY_SOURCE as MbedTLS fails to build in yocto if this
# compilation flag is used.
lcl_maybe_fortify = "${@oe.utils.conditional('OPTLEVEL','-O0','','${OPTLEVEL}',d)}"