summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2014-11-10 22:32:54 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-11-13 17:32:10 +0100
commit41c50ec0aa75ba32ce86ecf7895e77cc2d5a8c65 (patch)
tree48b6860facca0d2c63e8d87bfa1b17da4c3b6928
parent55c51a3a3f34f89e90b27490c4d424ac4c434700 (diff)
downloadptxdist-41c50ec0aa75ba32ce86ecf7895e77cc2d5a8c65.tar.gz
ptxdist-41c50ec0aa75ba32ce86ecf7895e77cc2d5a8c65.tar.xz
pciutils: version bump 3.2.1 -> 3.3.0
Disable udev hwdb support for now, as it doesn't provide much benefit. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> [mol: use .xz] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/pciutils.make9
1 files changed, 5 insertions, 4 deletions
diff --git a/rules/pciutils.make b/rules/pciutils.make
index f2a372031..8c761d9d8 100644
--- a/rules/pciutils.make
+++ b/rules/pciutils.make
@@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_PCIUTILS) += pciutils
#
# Paths and names
#
-PCIUTILS_VERSION := 3.2.1
-PCIUTILS_MD5 := 425b1acad6854cc2bbb06ac8e48e76fc
+PCIUTILS_VERSION := 3.3.0
+PCIUTILS_MD5 := 3c19adf32a8457983b71ff376ef7dafe
PCIUTILS := pciutils-$(PCIUTILS_VERSION)
-PCIUTILS_SUFFIX := tar.bz2
+PCIUTILS_SUFFIX := tar.xz
PCIUTILS_URL := $(call ptx/mirror, KERNEL, ../software/utils/pciutils/$(PCIUTILS).$(PCIUTILS_SUFFIX))
PCIUTILS_SOURCE := $(SRCDIR)/$(PCIUTILS).$(PCIUTILS_SUFFIX)
PCIUTILS_DIR := $(BUILDDIR)/$(PCIUTILS)
@@ -42,7 +42,8 @@ PCIUTILS_MAKE_OPT := \
LIBKMOD=$(call ptx/ifdef,PTXCONF_PCIUTILS_LIBKMOD,yes,no) \
SHARED=$(call ptx/ifdef,PTXCONF_PCIUTILS_LIBPCI,yes,no) \
STRIP= \
- DNS=no
+ DNS=no \
+ HWDB=no
PCIUTILS_INSTALL_OPT := \
$(PCIUTILS_MAKE_OPT) \