diff options
author | 2014-10-16 11:06:19 -0300 | |
---|---|---|
committer | 2014-10-17 14:17:48 +0200 | |
commit | 12ef2920c9818597cab9fbcccf91967ecb89e9c5 (patch) | |
tree | dc715e417a535652d92a4d1a5decc243c4a3a8b0 /package/pciutils/pciutils.mk | |
parent | dc8e480f32efec4b99488e392c31635e6f3cb8ef (diff) | |
download | buildroot-12ef2920c9818597cab9fbcccf91967ecb89e9c5.tar.gz buildroot-12ef2920c9818597cab9fbcccf91967ecb89e9c5.tar.bz2 |
pciutils: add hash file
Also switch to xz tarball to avoid cached tarball hash conflict.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/pciutils/pciutils.mk')
-rw-r--r-- | package/pciutils/pciutils.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index 819d6a4ba8..54dc1d90e1 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -5,7 +5,8 @@ ################################################################################ PCIUTILS_VERSION = 3.2.1 -PCIUTILS_SITE = ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci +PCIUTILS_SITE = $(BR2_KERNEL_MIRROR)/software/utils/pciutils +PCIUTILS_SOURCE = pciutils-$(PCIUTILS_VERSION).tar.xz PCIUTILS_INSTALL_STAGING = YES PCIUTILS_LICENSE = GPLv2+ PCIUTILS_LICENSE_FILES = COPYING |