From 44f9e2f052e466881e00fe65183e090181b4c498 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pciutils.be0 b/pciutils.be0 index 517ddf1d8..d124e0b69 100755 --- a/pciutils.be0 +++ b/pciutils.be0 @@ -68,6 +68,9 @@ mee_install() { bee_install install-lib \ SHAREDIR=${DATAROOTDIR}/hwdata \ SHARED=yes + + # /usr/share/hwdata/pci.ids should be maintained with `update-pciids` + rm -v "${D}${DATAROOTDIR}/hwdata/pci.ids" } ## by default this may be 'make install DESTDIR="${D}"'