Skip to content

Commit

Permalink
include/download.mk: switch to zst compression
Browse files Browse the repository at this point in the history
The compression is faster to (un)pack files, make use of it.

Also add a new build prerequirement, the `zstd` to (un)pack files.

Signed-off-by: Paul Spooren <[email protected]>
[ improve commit title ]
Signed-off-by: Christian Marangi <[email protected]>
  • Loading branch information
aparcar authored and robimarko committed Apr 6, 2024
1 parent c922c78 commit 706f0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/download.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ifdef PKG_SOURCE_VERSION
PKG_VERSION := $(if $(PKG_SOURCE_DATE),$(subst -,.,$(PKG_SOURCE_DATE)),0)~$(call version_abbrev,$(PKG_SOURCE_VERSION))
endif
PKG_SOURCE_SUBDIR ?= $(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE ?= $(PKG_SOURCE_SUBDIR).tar.xz
PKG_SOURCE ?= $(PKG_SOURCE_SUBDIR).tar.zst
endif

DOWNLOAD_RDEP=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED)
Expand Down

0 comments on commit 706f0e3

Please sign in to comment.