diff mbox series

[meta-arm] optee-os: remove NOWERROR from EXTRA_OEMAKE

Message ID 20240611073003.160578-1-thomas.perrot@bootlin.com
State New
Headers show
Series [meta-arm] optee-os: remove NOWERROR from EXTRA_OEMAKE | expand

Commit Message

Thomas Perrot June 11, 2024, 7:30 a.m. UTC
From: Thomas Perrot <thomas.perrot@bootlin.com>

NOWERROR=1 has been made obsolete by commit beb065df6ee5 ("Do not set
-Werror by default"). Remove it.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
---
 meta-arm/recipes-security/optee/optee-os.inc | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-arm/recipes-security/optee/optee-os.inc b/meta-arm/recipes-security/optee/optee-os.inc
index 80ac00971a82..e9f252e36ec0 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"
-