diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2017-06-27 10:47:31 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-06 14:38:05 +0100 |
commit | e5f4e0df64531e2296bb1f5002eb106c3eec61e3 (patch) | |
tree | 149144840f3ba01da10f1b2b27ec6ab9f8333e1b /scripts/lib/scriptpath.py | |
parent | 78ea1af6bc5d314781be4a3c2d28347312238115 (diff) | |
download | openembedded-core-e5f4e0df64531e2296bb1f5002eb106c3eec61e3.tar.gz openembedded-core-e5f4e0df64531e2296bb1f5002eb106c3eec61e3.tar.bz2 openembedded-core-e5f4e0df64531e2296bb1f5002eb106c3eec61e3.zip |
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 'scripts/lib/scriptpath.py')
0 files changed, 0 insertions, 0 deletions