[Buildroot] [PATCH v3 1/1] change package tarball compression to xz whenever possible

Peter Korsgaard jacmet at uclibc.org
Sun Sep 8 20:45:19 UTC 2013


>>>>> "Jerzy" == Jerzy Grzegorek <jerzy.grzegorek at trzebnica.net> writes:

 Jerzy> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek at trzebnica.net>
 Jerzy> ---
 Jerzy> v3
 Jerzy> - actualization (some package tarballs have been changed in the mean time)

 Jerzy> v2
 Jerzy> - usbutils.mk has been changed in the mean time
 Jerzy> - zlib tarball has already been changed to xz

 Jerzy> --- a/package/xz/xz.mk
 Jerzy> +++ b/package/xz/xz.mk
 Jerzy> @@ -5,7 +5,7 @@
 Jerzy>  ################################################################################
 
 Jerzy>  XZ_VERSION = 5.0.4
 Jerzy> -XZ_SOURCE = xz-$(XZ_VERSION).tar.bz2
 Jerzy> +XZ_SOURCE = xz-$(XZ_VERSION).tar.xz

That's no good with the recent xzcat change (xzcat: treat as host
prerequisite and build if needed) as we then need xzcat to extract the
tarball to build xzcat.

Committed without this change, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list