mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
7d0707cae4
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
|