From dce05576561f89e34e1218614852b4597c16f5c6 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Wed, 2 Feb 2022 10:36:25 +0100 Subject: optee-os: fix an override syntax Correct a forgotten change when switching to the new syntax. Signed-off-by: Thomas Perrot --- recipes-security/optee/optee-os.nxp.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes-security') diff --git a/recipes-security/optee/optee-os.nxp.inc b/recipes-security/optee/optee-os.nxp.inc index f376b3ce..72af6ca4 100644 --- a/recipes-security/optee/optee-os.nxp.inc +++ b/recipes-security/optee/optee-os.nxp.inc @@ -18,7 +18,7 @@ B = "${WORKDIR}/build.${PLATFORM_FLAVOR}" PLATFORM_FLAVOR ?= "${MACHINE}" OPTEE_ARCH ?= "arm64" -OPTEE_ARCH_armv7a = "arm32" +OPTEE_ARCH:armv7a = "arm32" OPTEE_ARCH:aarch64 = "arm64" OPTEE_CORE_LOG_LEVEL ?= "1" @@ -73,4 +73,3 @@ FILES:${PN}-staticdev = "/usr/include/optee/" RDEPENDS:${PN}-dev += "${PN}-staticdev" PACKAGE_ARCH = "${MACHINE_ARCH}" - -- cgit v1.2.3-54-g00ecf