On Mon, Nov 10, 2014 at 10:32:54PM +0100, Lucas Stach wrote: > Disable udev hwdb support for now, as it doesn't > provide much benefit. > > Signed-off-by: Lucas Stach <[email protected]>
Thanks, applied. Michael > --- > 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 > [email protected] > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
