mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
change package tarball compression to xz whenever possible
[Peter: leave change xz tarball format to not end up with circular deps] Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
159c692cd2
commit
62146ea3ad
@@ -6,7 +6,7 @@
|
||||
|
||||
GMP_VERSION = 5.1.2
|
||||
GMP_SITE = ftp://ftp.gmplib.org/pub/gmp-$(GMP_VERSION)
|
||||
GMP_SOURCE = gmp-$(GMP_VERSION).tar.bz2
|
||||
GMP_SOURCE = gmp-$(GMP_VERSION).tar.xz
|
||||
GMP_INSTALL_STAGING = YES
|
||||
GMP_LICENSE = LGPLv3+
|
||||
GMP_LICENSE_FILES = COPYING.LIB
|
||||
|
||||
Reference in New Issue
Block a user