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
gnuconfig
kconfig
legal-info
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