package: don't use .xz format for github

Fixes http://autobuild.buildroot.net/results/955/955ed1af28f6ff9912adddc0342d1f3ca65e5b4d/

Commit 62146ea3ad (change package tarball compression to xz whenever possible)
changed a number of packages to use .xz format tarballs. Unfortunately this
doesn't work for packages from github, as it delivers gzip compressed tarballs
even when a .xz is requested.

Fix it by reverting this change for the packages using github.

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard
2013-09-09 11:38:15 +02:00
parent 33a9d34ff3
commit b17472e1fb
3 changed files with 0 additions and 4 deletions

View File

@@ -5,10 +5,8 @@
################################################################################
CPULOAD_VERSION = v0.3
CPULOAD_SOURCE = cpuload-$(CPULOAD_VERSION).tar.xz
CPULOAD_SITE = http://github.com/kelvincheung/cpuload/tarball/$(CPULOAD_VERSION)
CPULOAD_LICENSE = GPLv2
CPULOAD_LICENSE_FILES = COPYING
$(eval $(autotools-package))