Skip to content

Commit

Permalink
build: add gzip to prereq-build.mk
Browse files Browse the repository at this point in the history
gzip has never been checked for, a system without it would be rare, fix
it anyway

Signed-off-by: Tony Butler <[email protected]>
  • Loading branch information
Spudz76 authored and pull[bot] committed Jan 23, 2024
1 parent 1769d2c commit 883445a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/prereq-build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ $(eval $(call SetupHostCommand,stat,Cannot find a file stat utility, \
gstat -c%s $(TOPDIR)/Makefile, \
stat -c%s $(TOPDIR)/Makefile))

$(eval $(call SetupHostCommand,gzip,Please install 'gzip', \
gzip --version </dev/null))

$(eval $(call SetupHostCommand,unzip,Please install 'unzip', \
unzip 2>&1 | grep zipfile, \
unzip))
Expand Down

0 comments on commit 883445a

Please sign in to comment.