diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-06-04 08:33:17 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-04 08:33:17 +0200 |
commit | 28b514a569ee839bbda6597b330e9759a67cfbe8 (patch) | |
tree | 8a4541caa5b769a870647f719e69eaa36d85ce61 /package/xz | |
parent | 6767952a62a924983fd726b0783162b3e5f85d13 (diff) |
fs/common.mk: unbreak .xz compression when host-xz isn't built
Closes #7160
Since f46f81de1315 (Don't build host-xz needlessly), host-xz is no longer
unconditionally built when xz fs compression is requested, so don't
explicitly refer to it.
Instead, rely on our check-host-xzcat logic to ensure xz is available and
set the path to ensure our host variant gets picked up if not available on
the build machine.
While we're at it, get rid of the now unused XZ variable.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/xz')
-rw-r--r-- | package/xz/xz.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/xz/xz.mk b/package/xz/xz.mk index af90f0591..0ecd04909 100644 --- a/package/xz/xz.mk +++ b/package/xz/xz.mk @@ -14,5 +14,3 @@ XZ_LICENSE_FILES = COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 $(eval $(autotools-package)) $(eval $(host-autotools-package)) - -XZ = $(HOST_DIR)/usr/bin/xz |