summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake.inc
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-03-16 16:30:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-17 11:55:25 +0000
commitb00f9c77ebd211578ba133c28abcbc5752305e25 (patch)
treef17c4a5a44d6f75752d39fe9cdcbaf91ae150f6c /meta/recipes-devtools/cmake/cmake.inc
parentd08cfe3d3de01c529dda1a60f42870dd3132c256 (diff)
downloadopenembedded-core-contrib-b00f9c77ebd211578ba133c28abcbc5752305e25.tar.gz
cmake: Backport fix to enable -Wformat-security
Backport build fix that removes -Wformat-security for specific tests. Enable "-Wformat-security" for cmake in security_flags.inc. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake.inc')
-rw-r--r--meta/recipes-devtools/cmake/cmake.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index 131ff70e58..6c8b36d18d 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -15,6 +15,7 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
file://support-oe-qt4-tools-names.patch \
file://qt4-fail-silent.patch \
file://avoid-gcc-warnings-with-Wstrict-prototypes.patch \
+ file://0001-KWIML-tests-Remove-format-security-from-flags.patch \
"
SRC_URI[md5sum] = "79bd7e65cd81ea3aa2619484ad6ff25a"