Jelajahi Sumber

include: remove XZ host prereq

We build XZ as part of tools/, so no need to require it to be available
on the host system.

Signed-off-by: Jo-Philipp Wich <[email protected]>
Jo-Philipp Wich 9 tahun lalu
induk
melakukan
7694c5cf0e
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  1. 0 3
      include/prereq-build.mk

+ 0 - 3
include/prereq-build.mk

@@ -164,9 +164,6 @@ $(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\)'))