pciutils: fix access to pci.ids and make update-pciids work with busybox wget
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 24 May 2010 06:22:26 +0000 (08:22 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 24 May 2010 06:22:26 +0000 (08:22 +0200)
commit096b21e552b05b68a846172e320ae3e38dee16ac
tree2a2f0ee9b0bd66e3cb52ee1c4e72c9fac5035fd7
parent78cff154eaf2e240464d24964ea1a92fa9b68297
pciutils: fix access to pci.ids and make update-pciids work with busybox wget

Closes #1819

Fix two issues with pciutils:

- pciutils would look in /usr/share/misc for pci.ids, but install it in
  /usr/share. This is because pciutils doesn't use a ./configure script,
  so we have to also provide the configuration (make) arguments when
  we run make install as well. Fix it by making it look into /usr/share
  as that's simpler to do, and is what upstream does.

- the update-pciids script would call wget with the --no-timestamping
  option, which isn't supported by busybox wget. Fix it by simply
  removing that option as it isn't really critical.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/pciutils/pciutils.mk