From: Chen Qi Date: Wed, 8 Feb 2017 09:25:37 +0000 (+0800) Subject: security_flags: enable string formatting check for console tools X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22532 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3883332f84d9da0792c2c7337e842da34ea1b06c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git security_flags: enable string formatting check for console tools As we've fixed the string formatting issue in console-tools, we don't need to override SECURITY_STRINGFORMAT for console-tools any more. [YOCTO #9540] Signed-off-by: Chen Qi Signed-off-by: Ross Burton --- diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc index eca835e3a7e..28e11bd5d74 100644 --- a/meta/conf/distro/include/security_flags.inc +++ b/meta/conf/distro/include/security_flags.inc @@ -91,7 +91,6 @@ SECURITY_CFLAGS_pn-zlib = "${SECURITY_NO_PIE_CFLAGS}" # Recipes which fail to compile when elevating -Wformat-security to an error SECURITY_STRINGFORMAT_pn-busybox = "" -SECURITY_STRINGFORMAT_pn-console-tools = "" SECURITY_STRINGFORMAT_pn-cmake = "" SECURITY_STRINGFORMAT_pn-expect = "" SECURITY_STRINGFORMAT_pn-gcc = ""