mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-17 04:07:18 +00:00
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 <thomas.perrot@bootlin.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -24,7 +24,6 @@ EXTRA_OEMAKE += " \
|
|||||||
CFG_${OPTEE_CORE}_core=y \
|
CFG_${OPTEE_CORE}_core=y \
|
||||||
CROSS_COMPILE_core=${HOST_PREFIX} \
|
CROSS_COMPILE_core=${HOST_PREFIX} \
|
||||||
CROSS_COMPILE_ta_${OPTEE_ARCH}=${HOST_PREFIX} \
|
CROSS_COMPILE_ta_${OPTEE_ARCH}=${HOST_PREFIX} \
|
||||||
NOWERROR=1 \
|
|
||||||
ta-targets=ta_${OPTEE_ARCH} \
|
ta-targets=ta_${OPTEE_ARCH} \
|
||||||
O=${B} \
|
O=${B} \
|
||||||
"
|
"
|
||||||
@@ -80,4 +79,3 @@ INSANE_SKIP:${PN} = "textrel"
|
|||||||
INSANE_SKIP:${PN} += "buildpaths"
|
INSANE_SKIP:${PN} += "buildpaths"
|
||||||
INSANE_SKIP:${PN}-dev = "staticdev"
|
INSANE_SKIP:${PN}-dev = "staticdev"
|
||||||
INHIBIT_PACKAGE_STRIP = "1"
|
INHIBIT_PACKAGE_STRIP = "1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user