From 43e4afbd7a76fb24f30ea7c03e58ceb62989b0fa Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Tue, 11 Jun 2024 09:30:03 +0200 Subject: [PATCH] optee-os: remove NOWERROR from EXTRA_OEMAKE NOWERROR=1 has been made obsolete by commit beb065df6ee5 ("Do not set -Werror by default"). Remove it. Signed-off-by: Thomas Perrot Signed-off-by: Jon Mason --- meta-arm/recipes-security/optee/optee-os.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-arm/recipes-security/optee/optee-os.inc b/meta-arm/recipes-security/optee/optee-os.inc index 80ac0097..e9f252e3 100644 --- a/meta-arm/recipes-security/optee/optee-os.inc +++ b/meta-arm/recipes-security/optee/optee-os.inc @@ -24,7 +24,6 @@ EXTRA_OEMAKE += " \ CFG_${OPTEE_CORE}_core=y \ CROSS_COMPILE_core=${HOST_PREFIX} \ CROSS_COMPILE_ta_${OPTEE_ARCH}=${HOST_PREFIX} \ - NOWERROR=1 \ ta-targets=ta_${OPTEE_ARCH} \ O=${B} \ " @@ -80,4 +79,3 @@ INSANE_SKIP:${PN} = "textrel" INSANE_SKIP:${PN} += "buildpaths" INSANE_SKIP:${PN}-dev = "staticdev" INHIBIT_PACKAGE_STRIP = "1" -