From 0c89b010ce2e426f55ac7c6f94befef988913834 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Mon, 17 Oct 2016 11:48:10 -0700 Subject: cmake: avoid configure failures if CFLAGS contains -Wstrict-prototypes Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- meta/recipes-devtools/cmake/cmake.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/cmake/cmake.inc') 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" -- cgit 1.2.3-korg