mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-30 13:41:24 +01:00
6 lines
181 B
Makefile
6 lines
181 B
Makefile
ifeq (,$(call suitable-host-package,lzip,$(LZCAT)))
|
|
DEPENDENCIES_HOST_PREREQ += host-lzip
|
|
EXTRACTOR_DEPENDENCY_PRECHECKED_EXTENSIONS += .lz
|
|
LZCAT = $(HOST_DIR)/bin/lzip -d -c
|
|
endif
|