From: Daniel Engberg Date: Tue, 4 Oct 2016 11:34:43 +0000 (-0500) Subject: include/prereq-build.mk: Add xz-utils to make prereq X-Git-Tag: v17.01.0-rc1~1258 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=ed768ae4b2f744883765cae4d7e5f7f62249de01;ds=sidebyside include/prereq-build.mk: Add xz-utils to make prereq Add xz-utils to make prereq Signed-off-by: Daniel Engberg --- diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 4a0509ac00..b2f569919d 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -164,6 +164,9 @@ $(eval $(call SetupHostCommand,git,Please install Git (git-core) >= 1.7.12.2, \ $(eval $(call SetupHostCommand,file,Please install the 'file' package, \ file --version 2>&1 | grep file)) +$(eval $(call SetupHostCommand,xz,Please install xz-utils, \ + xz --version | grep XZ)) + ifneq ($(HOST_OS),Darwin) $(eval $(call SetupHostCommand,openssl,Please install the 'openssl' utility, \ openssl version | grep '\(OpenSSL\|LibreSSL\)'))