diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-06-03 15:22:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-07 08:52:55 +0100 |
commit | dd475f1d04b3a091e704a6193bbcf902197f12cc (patch) | |
tree | 54ea493e8cca3ae8a778e13a3e40c4db0b468d54 /meta/recipes-devtools/cmake/cmake.inc | |
parent | 5dbcf72c6466c96e51d803e499e4e2184250aaa8 (diff) | |
download | poky-dd475f1d04b3a091e704a6193bbcf902197f12cc.tar.gz |
cmake: fix build issue with boost 1.67.0
this fixes a build issue with boost 1.67.0
[Yocto 12762]
(From OE-Core rev: 04f367e27e66105466611bee4d63abc78e0a4725)
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.inc | 3 |
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 \ | |||
20 | file://0001-FindBoost-Fix-incorrect-alphabetisation-of-headers-l.patch \ | 20 | file://0001-FindBoost-Fix-incorrect-alphabetisation-of-headers-l.patch \ |
21 | file://0002-FindBoost-Implement-Architecture-and-Address-Model-t.patch \ | 21 | file://0002-FindBoost-Implement-Architecture-and-Address-Model-t.patch \ |
22 | file://0003-FindBoost-Search-for-upstream-packaged-libs-next-to-.patch \ | 22 | file://0003-FindBoost-Search-for-upstream-packaged-libs-next-to-.patch \ |
23 | file://0004-FindBoost-Generate-imported-targets-for-future-Boost.patch \ | ||
24 | file://0005-FindBoost-support-OPTIONAL_COMPONENTS.patch \ | ||
25 | file://0006-FindBoost-Add-support-for-Boost-1.67-with-Python-ver.patch \ | ||
23 | " | 26 | " |
24 | 27 | ||
25 | SRC_URI[md5sum] = "1c38c67295ca696aeafd8c059d748b38" | 28 | SRC_URI[md5sum] = "1c38c67295ca696aeafd8c059d748b38" |