The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[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