summaryrefslogtreecommitdiffstats
path: root/support/dependencies/check-host-lzip.mk
blob: cdd784058c8c9568a1cd490cb6d6a8b4f074ab8e (plain)
1
2
3
4
5
ifeq (,$(call suitable-host-package,lzip,$(LZCAT)))
BR2_LZIP_HOST_DEPENDENCY = host-lzip
EXTRACTOR_DEPENDENCY_PRECHECKED_EXTENSIONS += .lz
LZCAT = $(HOST_DIR)/bin/lzip -d -c
endif
OpenPOWER on IntegriCloud