mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] pciutils: version bump 3.2.1 -> 3.3.0
@ 2014-11-10 21:32 Lucas Stach
  2014-11-13 16:59 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2014-11-10 21:32 UTC (permalink / raw)
  To: ptxdist

Disable udev hwdb support for now, as it doesn't
provide much benefit.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/pciutils.make | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/rules/pciutils.make b/rules/pciutils.make
index f2a372031d0f..466a87ec34d5 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		:= bf6ce5c50b273ffc2d27f659e929a37e
 PCIUTILS		:= pciutils-$(PCIUTILS_VERSION)
-PCIUTILS_SUFFIX		:= tar.bz2
+PCIUTILS_SUFFIX		:= tar.gz
 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) \
-- 
2.1.1


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-13 16:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-10 21:32 [ptxdist] [PATCH] pciutils: version bump 3.2.1 -> 3.3.0 Lucas Stach
2014-11-13 16:59 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox