summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake.inc
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-06-03 15:22:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-07 08:52:55 +0100
commit5dbcf72c6466c96e51d803e499e4e2184250aaa8 (patch)
tree821d3ec22f46b4fce530e0238ac1d6545c7f8be5 /meta/recipes-devtools/cmake/cmake.inc
parent74e03045a0f0ce73bff36e3cd08eae9a37d6058e (diff)
downloadpoky-5dbcf72c6466c96e51d803e499e4e2184250aaa8.tar.gz
cmake: fix build issue with boost 1.66.0
this fixes a build issue with boost 1.66.0 [Yocto 12762] (From OE-Core rev: 2ff3d3296deacb9af4d9ad0b92cd7ba5f94b7182) Signed-off-by: Armin Kuster <akuster808@gmail.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.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index 9357079df4..394c9ebb55 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -16,6 +16,10 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
16 file://support-oe-qt4-tools-names.patch \ 16 file://support-oe-qt4-tools-names.patch \
17 file://qt4-fail-silent.patch \ 17 file://qt4-fail-silent.patch \
18 file://cmake-Prevent-the-detection-of-Qt5.patch \ 18 file://cmake-Prevent-the-detection-of-Qt5.patch \
19 file://0001-FindBoost-Boost-1.66.0-dependency-and-release-update.patch \
20 file://0001-FindBoost-Fix-incorrect-alphabetisation-of-headers-l.patch \
21 file://0002-FindBoost-Implement-Architecture-and-Address-Model-t.patch \
22 file://0003-FindBoost-Search-for-upstream-packaged-libs-next-to-.patch \
19 " 23 "
20 24
21SRC_URI[md5sum] = "1c38c67295ca696aeafd8c059d748b38" 25SRC_URI[md5sum] = "1c38c67295ca696aeafd8c059d748b38"