Teach the generic package handling code how to extract zstd (.tar.zst) archives. When zstd is not installed on the host, host-zstd gets built automatically. Signed-off-by: Matt Staveley-Taylor <matt.stav.taylor@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 lines
131 B
Makefile
5 lines
131 B
Makefile
ifeq (,$(call suitable-host-package,zstd,$(ZSTDCAT)))
|
|
BR2_ZSTD_HOST_DEPENDENCY = host-zstd
|
|
ZSTDCAT = $(HOST_DIR)/bin/zstdcat
|
|
endif
|