mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
8
support/dependencies/check-host-xzcat.mk
Normal file
8
support/dependencies/check-host-xzcat.mk
Normal file
@@ -0,0 +1,8 @@
|
||||
# XZCAT is taken from BR2_XZCAT (defaults to 'xzcat') (see Makefile)
|
||||
# If it is not present, build our own host-xzcat
|
||||
|
||||
ifeq (,$(call suitable-host-package,xzcat,$(XZCAT)))
|
||||
BR2_XZCAT_HOST_DEPENDENCY = host-xz
|
||||
EXTRACTOR_DEPENDENCY_PRECHECKED_EXTENSIONS += .xz .lzma
|
||||
XZCAT = $(HOST_DIR)/bin/xzcat
|
||||
endif
|
||||
Reference in New Issue
Block a user