diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2013-09-06 08:14:15 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-08 22:44:23 +0200 |
commit | 62146ea3ad78b74d0c17c0fbeaffa2be51070424 (patch) | |
tree | bc76c8d6fdc8cdd82ada35796696691db80c0b93 /package/dropwatch/dropwatch.mk | |
parent | 159c692cd22cbc8507d1cc4c11ab8700ced1b2a6 (diff) | |
download | buildroot-62146ea3ad78b74d0c17c0fbeaffa2be51070424.tar.gz buildroot-62146ea3ad78b74d0c17c0fbeaffa2be51070424.zip |
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>
Diffstat (limited to 'package/dropwatch/dropwatch.mk')
-rw-r--r-- | package/dropwatch/dropwatch.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dropwatch/dropwatch.mk b/package/dropwatch/dropwatch.mk index 09dff6b911..5d65d86699 100644 --- a/package/dropwatch/dropwatch.mk +++ b/package/dropwatch/dropwatch.mk @@ -5,7 +5,7 @@ ################################################################################ DROPWATCH_VERSION = 1.4 -DROPWATCH_SOURCE = dropwatch-$(DROPWATCH_VERSION).tar.bz2 +DROPWATCH_SOURCE = dropwatch-$(DROPWATCH_VERSION).tar.xz DROPWATCH_SITE = https://git.fedorahosted.org/cgit/dropwatch.git/snapshot/ DROPWATCH_DEPENDENCIES = binutils libnl readline host-pkgconf DROPWATCH_LICENSE = GPLv2 |