check-host-tar.mk 134 B

123456
  1. TAR ?= tar
  2. ifeq (,$(call suitable-host-package,tar,$(TAR)))
  3. DEPENDENCIES_HOST_PREREQ += host-tar
  4. TAR = $(HOST_DIR)/usr/bin/tar
  5. endif