[PATCH 5/5] arm/ts-psa-iat-api-test: fix path to QCBOR
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- .../trusted-services/ts-psa-iat-api-test_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arm/recipes-security/trusted-services/ts-psa-iat-api-test_git.bb b/meta-arm/recipes-security/trusted-services/ts-psa-iat-api-test_git.bb index 7deadc0098..4db45cc55c 100644 --- a/meta-arm/recipes-security/trusted-services/ts-psa-iat-api-test_git.bb +++ b/meta-arm/recipes-security/trusted-services/ts-psa-iat-api-test_git.bb @@ -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)}" -- 2.43.0