The code has some possible flaws related to string manipulation
functions which are know to be fragile. This commit disables this
protection but this should be fixed by NXP for next releases.
Flags being disabled:
- -Wformat
- -Wformat-security
- -Werror=format-security
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr"
PACKAGECONFIG[vpu] = "HAS_VPU=true,HAS_VPU=false,virtual/imxvpu"
+# FIXME: NXP should fix the possible string flaws from their code.
+SECURITY_STRINGFORMAT = ""
+
do_compile() {
CFLAGS="${TOOLCHAIN_OPTIONS}"
oe_runmake V=1 VERBOSE='' \