summaryrefslogtreecommitdiff
path: root/package/xz
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-07 09:31:42 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-07 09:31:42 +0100
commit27b6e43b034b5a9e4e040f335dddef161655ec85 (patch)
tree13941c7012d0cad1e9856a529255f8617d0ba758 /package/xz
parent7d13007db6394c519c402fd01c4e684a44221df4 (diff)
xz: revert back to using a .bz2 archive
On machines where xzcat/unxz is not available, we build host-xz. So if host-xz is itself downloaded as a xz-compressed archive, it doesn't work. Revert back to a .bz2 archive. Fixes: http://autobuild.buildroot.org/results/79e/79ecba46f353546ba60ae86dd3898b4d86c056a0/ (and many similar failures) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/xz')
-rw-r--r--package/xz/xz.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xz/xz.mk b/package/xz/xz.mk
index 1b4467837..24b1adb9d 100644
--- a/package/xz/xz.mk
+++ b/package/xz/xz.mk
@@ -5,7 +5,7 @@
################################################################################
XZ_VERSION = 5.2.0
-XZ_SOURCE = xz-$(XZ_VERSION).tar.xz
+XZ_SOURCE = xz-$(XZ_VERSION).tar.bz2
XZ_SITE = http://tukaani.org/xz
XZ_INSTALL_STAGING = YES
XZ_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'