mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
cmake: avoid configure failures if CFLAGS contains -Wstrict-prototypes
(From OE-Core rev: 294b706d2b5d6732c8b05e6cf0300c62de1f909f) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9c53a526d0
commit
6acd060d07
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user