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>
This commit is contained in:
Armin Kuster
2018-06-03 15:22:18 -07:00
committed by Richard Purdie
parent 74e03045a0
commit 5dbcf72c64
5 changed files with 248 additions and 0 deletions

View File

@@ -16,6 +16,10 @@ 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://cmake-Prevent-the-detection-of-Qt5.patch \
file://0001-FindBoost-Boost-1.66.0-dependency-and-release-update.patch \
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 \
"
SRC_URI[md5sum] = "1c38c67295ca696aeafd8c059d748b38"