summaryrefslogtreecommitdiffstats
path: root/support/dependencies/check-host-tar.mk
blob: 07d02fd1b128a001718776c5f6dcc0946b098b16 (plain)
1
2
3
4
5
6
TAR ?= tar

ifeq (,$(call suitable-host-package,tar,$(TAR)))
TAR = $(HOST_DIR)/bin/tar
BR2_TAR_HOST_DEPENDENCY = host-tar
endif
OpenPOWER on IntegriCloud