]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - support/dependencies/check-host-lzip.mk
Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin
[coffee/buildroot.git] / support / dependencies / check-host-lzip.mk
1 ifeq (,$(call suitable-host-package,lzip,$(LZCAT)))
2 DEPENDENCIES_HOST_PREREQ += host-lzip
3 EXTRACTOR_DEPENDENCY_PRECHECKED_EXTENSIONS += .lz
4 LZCAT = $(HOST_DIR)/bin/lzip -d -c
5 endif