From patchwork Thu Oct 16 14:06:19 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 400306 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 4C8831400B8 for ; Fri, 17 Oct 2014 01:06:36 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9093F9592F; Thu, 16 Oct 2014 14:06:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xRSa-WEMLjr4; Thu, 16 Oct 2014 14:06:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id CBAD695936; Thu, 16 Oct 2014 14:06:34 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D552D1C2110 for ; Thu, 16 Oct 2014 14:06:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CF7DD9193E for ; Thu, 16 Oct 2014 14:06:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r3qvM3UxAx6t for ; Thu, 16 Oct 2014 14:06:32 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id CC1E191917 for ; Thu, 16 Oct 2014 14:06:31 +0000 (UTC) Received: from asgard (cpe-186-23-17-245.telecentro-reversos.com.ar [186.23.17.245] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id s9GE6PW9032348 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 16 Oct 2014 14:06:28 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1413468389; bh=xXT8IK7G8l2YaWnfoLA4CuPlxXqv/X1HRYCe/OpNDkA=; h=From:To:Cc:Subject:Date; b=WY587OJ41MzXfYK9TzeCN2MwQMSXSCyNJHbK2gHKABsOuVL7j+PmcuFDc51ecjRLP u7vqrjR5UC+M3qlJOFAxFnrbhIC5ycYMvhDoQ+YUgHwGNVTKneocnRLrZ5Sb5hIOjI aDEfUFOPUuz9WrVLqlQoGFqo+StyrxOsV2WAq0hk= Received: by asgard (sSMTP sendmail emulation); Thu, 16 Oct 2014 11:06:19 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 16 Oct 2014 11:06:19 -0300 Message-Id: <1413468379-2055-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.4 X-Virus-Scanned: clamav-milter 0.98.4 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCHv2] pciutils: add hash file X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Also switch to xz tarball to avoid cached tarball hash conflict. Signed-off-by: Gustavo Zacarias --- package/pciutils/pciutils.hash | 2 ++ package/pciutils/pciutils.mk | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 package/pciutils/pciutils.hash diff --git a/package/pciutils/pciutils.hash b/package/pciutils/pciutils.hash new file mode 100644 index 0000000..b5892b6 --- /dev/null +++ b/package/pciutils/pciutils.hash @@ -0,0 +1,2 @@ +# From https://www.kernel.org/pub/software/utils/pciutils/sha256sums.asc +sha256 8d62f84fe7a7401af2ed62d6303255a0cf7333f606c136927f0ba9110ab6824a pciutils-3.2.1.tar.xz diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index 819d6a4..54dc1d9 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