kumquat-buildroot/support/dependencies
Yann E. MORIN c3af086395 support/dependencies: treat BSD-tar like the other cases
Currently, when we detect that tar is BSD-tar, we fake an unsupported
version (major, minor) and rely on the version check to reject BSD-tar.

There is no reason to use such shenanigans, when we can simply reject it
from the onset.

Simplify the logic:
  - use positive logic in the condition
  - directly exit in error

Also, comment that case like the other cases are commented.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-11-24 15:14:50 +01:00
..
check-host-asciidoc.sh
check-host-bison-flex.mk support/dependencies: check for system-provided bison and flex 2018-08-20 16:01:42 +02:00
check-host-cmake.mk Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin 2017-07-05 15:19:29 +02:00
check-host-cmake.sh core: allow check-host-cmake.sh to try several candidates 2017-06-24 21:25:45 +02:00
check-host-lzip.mk package/pkg-generic: handle host-lzip as an extract dependency 2018-03-25 17:45:58 +02:00
check-host-lzip.sh
check-host-make.mk dependencies: host-make version check 2018-09-08 23:36:36 +02:00
check-host-make.sh dependencies: host-make version check 2018-09-08 23:36:36 +02:00
check-host-tar.mk package/pkg-generic: handle host-tar as an extract dependency 2018-03-25 17:43:20 +02:00
check-host-tar.sh support/dependencies: treat BSD-tar like the other cases 2018-11-24 15:14:50 +01:00
check-host-xzcat.mk package/pkg-generic: handle host-xz as an extract dependency 2018-03-25 17:44:04 +02:00
check-host-xzcat.sh
dependencies.mk core: kill DEPENDENCIES_HOST_PREREQ 2018-03-25 17:52:06 +02:00
dependencies.sh support/dependencies/dependencies.sh: add details for Redhat/Fedora 2018-07-02 22:43:56 +02:00