From 8e8f6cb726e9ffa486b9fdbf7e8807c9189565da Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 29 Dec 2020 21:02:30 -0800 Subject: [PATCH] pciutils: use new pciids package Refreshed patches. Signed-off-by: Rosen Penev --- utils/pciutils/Makefile | 23 ++----------------- utils/pciutils/patches/101-no-strip.patch | 2 +- .../pciutils/patches/102-compressed-ids.patch | 2 +- utils/pciutils/patches/106-hwdata.patch | 11 +++++++++ 4 files changed, 15 insertions(+), 23 deletions(-) create mode 100644 utils/pciutils/patches/106-hwdata.patch diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index 25aa105c51..84b8998fa0 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pciutils PKG_VERSION:=3.7.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils @@ -29,7 +29,7 @@ define Package/pciutils CATEGORY:=Utilities TITLE:=Linux PCI Utilities URL:=http://mj.ucw.cz/pciutils.shtml - DEPENDS:=+libkmod +libpci + DEPENDS:=+libkmod +libpci +pciids endef define Package/pciutils/description @@ -44,23 +44,6 @@ define Package/libpci URL:=http://mj.ucw.cz/pciutils.shtml endef - -PCI_IDS_VER:=0.336 -PCI_IDS_FILE:=pci.ids.$(PCI_IDS_VER) -define Download/pci_ids - FILE:=$(PCI_IDS_FILE) - URL_FILE:=pci.ids - URL:=@GITHUB/vcrhonek/hwdata/v$(PCI_IDS_VER) - HASH:=94053616c1f9b93540861931fb7891b1b30d6fd21b3e2c1647467527ea38f557 -endef -$(eval $(call Download,pci_ids)) - -define Build/Prepare - $(call Build/Prepare/Default) - $(RM) $(PKG_BUILD_DIR)/pci.ids - $(CP) $(DL_DIR)/$(PCI_IDS_FILE) $(PKG_BUILD_DIR)/pci.ids -endef - TARGET_CFLAGS += $(FPIC) MAKE_FLAGS += \ @@ -92,8 +75,6 @@ endef define Package/pciutils/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/{lspci,setpci,update-pciids} $(1)/usr/sbin/ - $(INSTALL_DIR) $(1)/usr/share - $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/pci.ids $(1)/usr/share/ endef define Package/libpci/install diff --git a/utils/pciutils/patches/101-no-strip.patch b/utils/pciutils/patches/101-no-strip.patch index c3935a001d..2f1e022893 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 -@@ -119,7 +119,7 @@ +@@ -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 $(DESTDIR)/$(MANDIR)/man5 diff --git a/utils/pciutils/patches/102-compressed-ids.patch b/utils/pciutils/patches/102-compressed-ids.patch index 9b31938458..2ea8605d9d 100644 --- a/utils/pciutils/patches/102-compressed-ids.patch +++ b/utils/pciutils/patches/102-compressed-ids.patch @@ -1,7 +1,7 @@ --- a/update-pciids.sh +++ b/update-pciids.sh @@ -6,9 +6,8 @@ set -e - SRC="http://pci-ids.ucw.cz/v2.2/pci.ids" + SRC="https://pci-ids.ucw.cz/v2.2/pci.ids" DEST=pci.ids PCI_COMPRESSED_IDS= -GREP=grep diff --git a/utils/pciutils/patches/106-hwdata.patch b/utils/pciutils/patches/106-hwdata.patch new file mode 100644 index 0000000000..ee63bc5bc1 --- /dev/null +++ b/utils/pciutils/patches/106-hwdata.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -35,7 +35,7 @@ ABI_VERSION=.3 + PREFIX=/usr/local + SBINDIR=$(PREFIX)/sbin + SHAREDIR=$(PREFIX)/share +-IDSDIR=$(SHAREDIR) ++IDSDIR=$(SHAREDIR)/hwdata + MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi) + INCDIR=$(PREFIX)/include + LIBDIR=$(PREFIX)/lib