From 50efba81ff91623ecfe392d3d940690cc08d4048 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 7 Jan 2020 12:43:05 +0100 Subject: [PATCH] pciutils: Move PCI ID database out of package > 3. Getting new IDs > ~~~~~~~~~~~~~~~~~~~ > The database of PCI IDs (the pci.ids file) gets out of date much faster > than I release new versions of this package, so it is maintained separately. > > It lives at http://pci-ids.ucw.cz/, where you can browse the database, > download the most recent pci.ids file (e.g., by running the update-ids utility) > and also submit new entries. > > Alternatively, you can use `lspci -q' to query the central database > for new entries via network. Therefore, maintain `/usr/share/hwdata/pci.ids` directly on the distmaster. --- pciutils.be0 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pciutils.be0 b/pciutils.be0 index 517ddf1d8..ec65eb41d 100755 --- a/pciutils.be0 +++ b/pciutils.be0 @@ -68,6 +68,10 @@ mee_install() { bee_install install-lib \ SHAREDIR=${DATAROOTDIR}/hwdata \ SHARED=yes + + # /usr/share/hwdata/pci.ids is maintained on distmaster with + # `update-pciids` + rm -v "${D}${DATAROOTDIR}/hwdata/pci.ids" } ## by default this may be 'make install DESTDIR="${D}"'