From 3883332f84d9da0792c2c7337e842da34ea1b06c Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 8 Feb 2017 17:25:37 +0800 Subject: 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 --- meta/conf/distro/include/security_flags.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc index eca835e3a7..28e11bd5d7 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 = "" -- cgit 1.2.3-korg