python-pathvalidate: bump version to 0.14.1
[buildroot-gz.git] / support / dependencies / check-host-lzip.mk
blob6acfdc6dfa3724ec8960a9e0e0b9e799512dfa51
1 ifeq (,$(call suitable-host-package,lzip,$(LZCAT)))
2 DEPENDENCIES_HOST_PREREQ += host-lzip
3 EXTRACTOR_DEPENDENCY_PRECHECKED_EXTENSIONS += .lz
4 LZCAT = $(HOST_DIR)/usr/bin/lzip -d -c
5 endif