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>
This commit is contained in:
parent
7d13007db6
commit
27b6e43b03
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user