diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-10-06 12:13:29 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-10-06 12:15:13 +0200 |
commit | 7694c5cf0edc51e7a9cea188143c6fef2f38f442 (patch) | |
tree | 998ad712d60006e950acc39b39d14dc4d9bfc3d6 | |
parent | 6638946f99a3e74857c296a004a1b88c6ac3c265 (diff) | |
download | upstream-7694c5cf0edc51e7a9cea188143c6fef2f38f442.tar.gz upstream-7694c5cf0edc51e7a9cea188143c6fef2f38f442.tar.bz2 upstream-7694c5cf0edc51e7a9cea188143c6fef2f38f442.zip |
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 <jo@mein.io>
-rw-r--r-- | include/prereq-build.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk index b2f569919d..4a0509ac00 100644 --- a/include/prereq-build.mk +++ b/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\)')) |