]> code.ossystems Code Review - meta-freescale.git/commitdiff
optee-client: fix an override syntax
authorThomas Perrot <thomas.perrot@bootlin.com>
Wed, 2 Feb 2022 09:35:59 +0000 (10:35 +0100)
committerThomas Perrot <thomas.perrot@bootlin.com>
Wed, 2 Feb 2022 09:37:09 +0000 (10:37 +0100)
Correct a forgotten change when switching to the new syntax.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
recipes-security/optee/optee-client.nxp.inc

index de2ba8ae3c56176ee40f86f2d9d094bb8755f90e..fa187e846d2069bc05e2783bcbc86bf4f4f6fd5a 100644 (file)
@@ -17,7 +17,7 @@ S = "${WORKDIR}/git"
 B = "${WORKDIR}/build"
 
 OPTEE_ARCH ?= "arm32"
-OPTEE_ARCH_armv7a = "arm32"
+OPTEE_ARCH:armv7a = "arm32"
 OPTEE_ARCH:aarch64 = "arm64"
 
 EXTRA_OEMAKE = "ARCH=${OPTEE_ARCH} O=${B}"