]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - support/dependencies/dependencies.mk
dependencies.mk: check for valid host-tar before other host dependencies
[coffee/buildroot.git] / support / dependencies / dependencies.mk
index 4f606f849d99882d118354fd65c93bc49eb3db00..3fc235863c793afcc4c7e8062ab328265c4893d1 100644 (file)
 define suitable-host-package
 $(shell support/dependencies/check-host-$(1).sh $(2))
 endef
--include $(sort $(wildcard support/dependencies/check-host-*.mk))
+# host utilities needs host-tar to extract the source code tarballs, so
+# ensure check-host-tar.mk is included before the rest
+include support/dependencies/check-host-tar.mk
+-include $(sort $(filter-out %-tar.mk,$(wildcard support/dependencies/check-host-*.mk)))
 
 ifeq ($(BR2_CCACHE),y)
 DEPENDENCIES_HOST_PREREQ += host-ccache