summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@bootlin.com>2022-02-02 10:35:59 +0100
committerThomas Perrot <thomas.perrot@bootlin.com>2022-02-02 10:37:09 +0100
commit0e3d6ed0f52ef004680b5c2c0a270105acd62604 (patch)
treee3835dab1d219e79a81a407d9ca60de18cf27dc8
parent3d6766b7a9334dfc46b1bbb2a26309defef36b43 (diff)
downloadmeta-freescale-0e3d6ed0f52ef004680b5c2c0a270105acd62604.tar.gz
optee-client: fix an override syntax
Correct a forgotten change when switching to the new syntax. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
-rw-r--r--recipes-security/optee/optee-client.nxp.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee/optee-client.nxp.inc b/recipes-security/optee/optee-client.nxp.inc
index de2ba8ae..fa187e84 100644
--- a/recipes-security/optee/optee-client.nxp.inc
+++ b/recipes-security/optee/optee-client.nxp.inc
@@ -17,7 +17,7 @@ S = "${WORKDIR}/git"
17B = "${WORKDIR}/build" 17B = "${WORKDIR}/build"
18 18
19OPTEE_ARCH ?= "arm32" 19OPTEE_ARCH ?= "arm32"
20OPTEE_ARCH_armv7a = "arm32" 20OPTEE_ARCH:armv7a = "arm32"
21OPTEE_ARCH:aarch64 = "arm64" 21OPTEE_ARCH:aarch64 = "arm64"
22 22
23EXTRA_OEMAKE = "ARCH=${OPTEE_ARCH} O=${B}" 23EXTRA_OEMAKE = "ARCH=${OPTEE_ARCH} O=${B}"