From 119851b14ea4e3f9083a75b448de6f93b5ae9773 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 19 Jan 2019 18:06:58 -0800 Subject: [PATCH] pciutils: Update to 3.6.2 Switched source to the same one as usbutils as it is versioned. A few other Makefile cleanups. Signed-off-by: Rosen Penev --- utils/pciutils/Makefile | 15 ++++++++------- utils/pciutils/patches/101-no-strip.patch | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index 26bb686d43..e945d302fc 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -8,18 +8,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pciutils -PKG_VERSION:=3.6.1 +PKG_VERSION:=3.6.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils -PKG_HASH:=fcc0431cc951c3563f1e4f946d27c8e2161cfd81f25316e6bd783fa6118469e0 -PKG_MAINTAINER:=Álvaro Fernández Rojas +PKG_HASH:=db452ec986edefd88af0d222d22f6102f8030a8633fdfe846c3ae4bde9bb93f3 +PKG_MAINTAINER:=Álvaro Fernández Rojas PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING PKG_USE_MIPS16:=0 +PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -37,13 +38,13 @@ define Package/pciutils/description of PCI devices endef -PCI_IDS_REV:=4ad9327b147ce7bb6ae27b68efe0c1d89d9eb9a1 -PCI_IDS_FILE:=pci.ids.$(PCI_IDS_REV) +PCI_IDS_VER:=0.319 +PCI_IDS_FILE:=pci.ids.$(PCI_IDS_VER) define Download/pci_ids FILE:=$(PCI_IDS_FILE) URL_FILE:=pci.ids - URL:=@GITHUB/pciutils/pciids/$(PCI_IDS_REV) - HASH:=f8386c74ecc74f3c410b2f0f4885e7705c5dfcacd52fe924a931a63b246c8793 + URL:=@GITHUB/vcrhonek/hwdata/v$(PCI_IDS_VER) + HASH:=54154a6955f550b110c6a216943dcd69ba6188e68b80bee6efbaa03ef0df0a5f endef $(eval $(call Download,pci_ids)) diff --git a/utils/pciutils/patches/101-no-strip.patch b/utils/pciutils/patches/101-no-strip.patch index 610a755308..4c1891ac31 100644 --- a/utils/pciutils/patches/101-no-strip.patch +++ b/utils/pciutils/patches/101-no-strip.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -111,7 +111,7 @@ distclean: clean +@@ -119,7 +119,7 @@ distclean: clean install: all # -c is ignored on Linux, but required on FreeBSD $(DIRINSTALL) -m 755 $(DESTDIR)$(SBINDIR) $(DESTDIR)$(IDSDIR) $(DESTDIR)$(MANDIR)/man8 $(DESTDIR)$(MANDIR)/man7