From 0e3d6ed0f52ef004680b5c2c0a270105acd62604 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Wed, 2 Feb 2022 10:35:59 +0100 Subject: [PATCH] optee-client: fix an override syntax Correct a forgotten change when switching to the new syntax. Signed-off-by: Thomas Perrot --- recipes-security/optee/optee-client.nxp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" 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}" -- 2.40.1