Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / support / dependencies / check-host-tar.mk
1 TAR ?= tar
2
3 ifeq (,$(call suitable-host-package,tar,$(TAR)))
4 DEPENDENCIES_HOST_PREREQ += host-tar
5 TAR = $(HOST_DIR)/usr/bin/tar
6 endif
7
8 # Since TAR is at least 1.17, it will certainly support --strip-components
9 TAR_STRIP_COMPONENTS = --strip-components