Skip to content

Commit

Permalink
pciutils: Move PCI ID database out of package
Browse files Browse the repository at this point in the history
> 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.
  • Loading branch information
pmenzel committed Jan 7, 2020
1 parent 1cd2602 commit 44f9e2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pciutils.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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}"'

Expand Down

0 comments on commit 44f9e2f

Please sign in to comment.