aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake.inc
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2017-12-13 17:00:31 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-07 17:09:49 +0000
commit294b706d2b5d6732c8b05e6cf0300c62de1f909f (patch)
treec59bffbf43b48061e372d96391bf13f7a76dcba3 /meta/recipes-devtools/cmake/cmake.inc
parent592f315516e602bd9a9bdc3d116771528cd433d1 (diff)
downloadopenembedded-core-294b706d2b5d6732c8b05e6cf0300c62de1f909f.tar.gz
cmake: avoid configure failures if CFLAGS contains -Wstrict-prototypes
Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 0c89b010ce2e426f55ac7c6f94befef988913834) Signed-off-by: Armin Kuster <akuster808@gmail.com>
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 4fcb0b1ed0..821bb81892 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -14,6 +14,7 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV', True).split('.')[0:2])}"
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 \
"
SRC_URI[md5sum] = "d6dd661380adacdb12f41b926ec99545"