From 2ff3d3296deacb9af4d9ad0b92cd7ba5f94b7182 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 3 Jun 2018 15:22:18 -0700 Subject: cmake: fix build issue with boost 1.66.0 this fixes a build issue with boost 1.66.0 [Yocto 12762] Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-devtools/cmake/cmake.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-devtools/cmake/cmake.inc') 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 \ 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" -- cgit 1.2.3-korg