From patchwork Sat Apr 27 00:24:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 240063 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 3E6A92C010D for ; Sat, 27 Apr 2013 10:24:36 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1164BA02ED; Sat, 27 Apr 2013 00:24:33 +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 GsXaifKZ9dsl; Sat, 27 Apr 2013 00:24:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 265B3A0288; Sat, 27 Apr 2013 00:24:30 +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 1C74F8F7AC for ; Sat, 27 Apr 2013 00:24:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 522268D802 for ; Sat, 27 Apr 2013 00:24:29 +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 rnDmf3U2tkum for ; Sat, 27 Apr 2013 00:24:27 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0A8698D796 for ; Sat, 27 Apr 2013 00:24:26 +0000 (UTC) Received: from asgard (host227.190-225-101.telecom.net.ar [190.225.101.227]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r3R0OJhl020673 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 27 Apr 2013 00:24:22 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1367022264; bh=Nd4Raalp8gNaOkV4Os0ImsrG9XiJcw92gY8ROdw0MQY=; h=From:To:Cc:Subject:Date; b=ExT9kIzjiw353ac2kLXA9FpwzanIg/JlddqIK2k+tnhF1sQxdEHSA98B3ERB1lqhJ vaC/drF6nFUzeQSEAFy4rKFHv9EMc4if0nO2MmiEUzXwxFiQsK5LLEzy4FNmXsZxfY MIyJUox7dE2R+bo6xIWv7HH76bPsJboBqS/qOG9Q= Received: by asgard (sSMTP sendmail emulation); Fri, 26 Apr 2013 21:24:17 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 26 Apr 2013 21:24:17 -0300 Message-Id: <1367022257-10770-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] pciutils: bump to version 3.2.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/pciutils/pciutils.mk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index 6219711..2cd10c0 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -4,7 +4,7 @@ # ############################################################# -PCIUTILS_VERSION = 3.1.10 +PCIUTILS_VERSION = 3.2.0 PCIUTILS_SITE = ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci PCIUTILS_INSTALL_STAGING = YES PCIUTILS_LICENSE = GPLv2+ @@ -24,6 +24,13 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y) PCIUTILS_DEPENDENCIES += busybox endif +ifeq ($(BR2_PACKAGE_KMOD),y) + PCIUTILS_DEPENDENCIES += kmod + PCIUTILS_KMOD = yes +else + PCIUTILS_KMOD = no +endif + define PCIUTILS_CONFIGURE_CMDS $(SED) 's/wget --no-timestamping/wget/' $(PCIUTILS_DIR)/update-pciids.sh $(SED) 's/uname -s/echo Linux/' \ @@ -43,6 +50,7 @@ define PCIUTILS_BUILD_CMDS SHARED=$(PCIUTILS_SHARED) \ ZLIB=$(PCIUTILS_ZLIB) \ DNS=$(PCIUTILS_DNS) \ + LIBKMOD=$(PCIUTILS_KMOD) \ PREFIX=/usr endef