summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake.inc
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-06-03 15:22:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-07 08:52:13 +0100
commit04f367e27e66105466611bee4d63abc78e0a4725 (patch)
tree55902bd3c21e970ef51a1d0e5ad370079beaa211 /meta/recipes-devtools/cmake/cmake.inc
parent2ff3d3296deacb9af4d9ad0b92cd7ba5f94b7182 (diff)
downloadopenembedded-core-contrib-04f367e27e66105466611bee4d63abc78e0a4725.tar.gz
cmake: fix build issue with boost 1.67.0
this fixes a build issue with boost 1.67.0 [Yocto 12762] 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.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index 394c9ebb55..533db6ae86 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -20,6 +20,9 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
file://0001-FindBoost-Fix-incorrect-alphabetisation-of-headers-l.patch \
file://0002-FindBoost-Implement-Architecture-and-Address-Model-t.patch \
file://0003-FindBoost-Search-for-upstream-packaged-libs-next-to-.patch \
+ file://0004-FindBoost-Generate-imported-targets-for-future-Boost.patch \
+ file://0005-FindBoost-support-OPTIONAL_COMPONENTS.patch \
+ file://0006-FindBoost-Add-support-for-Boost-1.67-with-Python-ver.patch \
"
SRC_URI[md5sum] = "1c38c67295ca696aeafd8c059d748b38"