kumquat-buildroot/support
Carlos Santos cacc6d0b61 core: allow check-host-cmake.sh to try several candidates
This is useful on CentOS 7 whose "cmake" package provides cmake 2.8.12,
which is too old, but the "cmake3" package (from EPEL) provides version
3.6.3, which is satisfactory. Examples:

    $ sh support/dependencies/check-host-cmake.sh 2.8 cmake cmake3
    /usr/bin/cmake

    $ sh support/dependencies/check-host-cmake.sh 3.1 cmake cmake3
    /usr/bin/cmake3

    $ sh support/dependencies/check-host-cmake.sh 3.8 cmake cmake3
    (nothing)

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-06-24 21:25:45 +02:00
..
dependencies core: allow check-host-cmake.sh to try several candidates 2017-06-24 21:25:45 +02:00
download download/git: clarify why .git is removed 2017-04-20 22:27:23 +02:00
gnuconfig support/gnuconfig: bump version to 2016-05-15 2016-06-05 22:26:57 +02:00
kconfig
legal-info docs: libtool patches are not handled by legal-info infrastructure. 2016-08-19 23:16:23 +02:00
libtool
misc support/misc/target-dir-warning.txt: fix typo 2017-06-14 21:14:59 +02:00
scripts support/scripts: allow /etc/shadow to be symlinked 2017-06-24 17:49:48 +02:00
testing support/testing: rename variables for readability 2017-05-28 14:54:43 +02:00