Commit 52a12b7b authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

pciutils: bump to version 3.3.1

parent 6f60c18d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# From https://www.kernel.org/pub/software/utils/pciutils/sha256sums.asc
sha256	413395d4bdc66fdedd6c993ed9083d1dd73812bf2a679d320f73de35c7801301	pciutils-3.3.0.tar.xz
sha256	514a3bdb77e4cdbe9e970e1885af46e0ba2011bf97364368c455ade0edd4e3a9	pciutils-3.3.1.tar.xz
+9 −2
Original line number Diff line number Diff line
@@ -4,13 +4,20 @@
#
################################################################################

PCIUTILS_VERSION = 3.3.0
PCIUTILS_VERSION = 3.3.1
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

ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
PCIUTILS_DEPENDENCIES += udev
PCIUTILS_MAKE_OPTS += HWDB=yes
else
PCIUTILS_MAKE_OPTS += HWDB=no
endif

ifeq ($(BR2_PACKAGE_ZLIB),y)
PCIUTILS_ZLIB=yes
PCIUTILS_DEPENDENCIES += zlib
@@ -33,7 +40,7 @@ else
PCIUTILS_SHARED=yes
endif

PCIUTILS_MAKE_OPTS = \
PCIUTILS_MAKE_OPTS += \
	CC="$(TARGET_CC)" \
	HOST="$(KERNEL_ARCH)-linux" \
	OPT="$(TARGET_CFLAGS)" \