summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake.inc
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2017-06-27 10:47:31 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-06 14:38:05 +0100
commite5f4e0df64531e2296bb1f5002eb106c3eec61e3 (patch)
tree149144840f3ba01da10f1b2b27ec6ab9f8333e1b /meta/recipes-devtools/cmake/cmake.inc
parent78ea1af6bc5d314781be4a3c2d28347312238115 (diff)
downloadopenembedded-core-e5f4e0df64531e2296bb1f5002eb106c3eec61e3.tar.gz
cmake: Use find_program if find_host_program is not available
CMake does not define the `find_host_program` command we've been using in the cross-compiling code path. It was provided by a widely used Android toolchain file. For compatibility, continue to use `find_host_program` if available, but otherwise use just `find_program`. Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake.inc')
-rw-r--r--meta/recipes-devtools/cmake/cmake.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index dbd34f542c..6aeb25fdd5 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -14,6 +14,7 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}"
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://0001-FindCUDA-Use-find_program-if-find_host_program-is-no.patch \
"
SRC_URI[md5sum] = "b5dff61f6a7f1305271ab3f6ae261419"