Commit Graph

31 Commits

Author SHA1 Message Date
krant 6f19eb2f4e pciutils: update to 3.12.0
- Refresh patch

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-04-10 16:14:03 -07:00
Nick Hainke 6c34bf90e3 pciutils: update to 3.10.0
Manually refresh:
- 101-no-strip.patch

Remove upstreamed:
- 107-avoid-addng-multiple-version-tags.patch

ChangeLog:
21407521fb/ChangeLog

Signed-off-by: Nick Hainke <vincent@systemli.org>
2023-05-21 21:58:16 +02:00
Josef Schlehofer f08dadd517
pciutils: backport patch to fix compilation with older binutils
While building pciutils 3.8.0 for OpenWrt 21.02 includes target
mvebu/cortex-a9, mvebu/cortex-a53 and powerpc/8540, it fails because of
this error:

-I<turris1x/ws/build/staging_dir/toolchain-powerpc_8548_gcc-8.4.0_musl/include>   -c -o filter.o filter.c
{standard input}: Assembler messages:
{standard input}:6: Error: multiple versions [`pci_filter_init@@LIBPCI_3.8'|`pci_filter_init@LIBPCI_3.3'] for symbol `pci_filter_init_v38'
{standard input}:8: Error: multiple versions [`pci_filter_parse_slot@@LIBPCI_3.8'|`pci_filter_parse_slot@LIBPCI_3.3'] for symbol `pci_filter_parse_slot_v38'
{standard input}:10: Error: multiple versions [`pci_filter_parse_id@@LIBPCI_3.8'|`pci_filter_parse_id@LIBPCI_3.3'] for symbol `pci_filter_parse_id_v38'
{standard input}:12: Error: multiple versions [`pci_filter_match@@LIBPCI_3.8'|`pci_filter_match@LIBPCI_3.3'] for symbol `pci_filter_match_v38'
make[4]: *** [<builtin>: filter.o] Error 1
make[4]: Leaving directory '<turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0/lib'>
make[3]: *** [Makefile:70: lib/libpci.so.3.8.0] Error 2
make[3]: Leaving directory '<turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0'>
make[2]: *** [Makefile:88: <turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0/.built]> Error 2
make[2]: Leaving directory '<turris1x/ws/build/feeds/packages/utils/pciutils'>

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-08-21 10:44:33 +02:00
Lucian Cristian c5ec5c70b3 pciutils: update to 3.8.0
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2022-08-20 13:19:16 -07:00
Rosen Penev 8e8f6cb726
pciutils: use new pciids package
Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-29 21:24:08 -08:00
Lucian Cristian b3d676babd pciutils: update to 3.7.0
also update the pci.ids

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-06-10 19:49:09 +03:00
Lucian Cristian d3e497bae6 pciutils: update to 3.6.4
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-01-27 22:19:46 +02:00
Rosen Penev 662d0d8a8f
pciutils: Use MIPS16
There's no real computation going on. Slims the package slightly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-23 18:12:08 -08:00
Rosen Penev 5256c104e8
pciutils: Fix pkgconfig file
It's pointing to the host.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-27 23:30:09 -08:00
Rosen Penev c005595e09 pciutils: Install libpci using CP instead of INSTALL_BIN
INSTALL_BIN turns all of the symlinks to files, increasing size.

Updated PCI IDs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-07 17:49:06 -07:00
Lucian Cristian 6b2b2b0715 pciutils: add support for libpci
fix install dev for packages that needs LIBPCI
and add me as a mantainer
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-04-02 00:15:57 +03:00
Rosen Penev 119851b14e pciutils: Update to 3.6.2
Switched source to the same one as usbutils as it is versioned.

A few other Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-19 18:11:15 -08:00
Rosen Penev 1e46108521 pciutils: Update to 3.6.1
Also updated the pci.ids

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-15 20:09:35 -07:00
Álvaro Fernández Rojas 4921c4a21e pciutils: update to v3.5.6
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2017-12-31 18:46:42 +01:00
Philip Prindeville ceb65a62bc pciutils: fetch pci.ids file deterministically
Instead of using update-pciids from a postinst script, just download
the pci.ids file from its repo the same way that usbutils grabs usb.ids.

Remove the compression since we're going onto a squashfs filesystem
(most likely) anyway.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-09-19 14:06:35 -06:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Florian Fainelli 3ffd13fbd2 pciutils: Fix build with external toolchains
Passing GNU_TARGET_NAME implies that we have a 4-group triplet (e.g:
arm-openwrt-unknown-linux), and this works fine with pciutils'
lib/configure operating system detection. If we have an external
toolchain (e.g: mipsel-linux-gnu), the configure script is all confused
and ends-up picking up i386-ports, which is not valid on the target
architecture.

Finally, we are not passing TARGET_CPPFLAGS as we should, so let's do
that correctly.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-06-05 17:18:51 -07:00
Álvaro Fernández Rojas 9bea699e89 pciutils: update to v3.5.2
Also switches source to .xz and hash to sha256

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 10:48:02 +02:00
Álvaro Fernández Rojas 5ce0c7a917 pciutils: update to v3.5.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-01 17:51:28 +02:00
Stijn Tintel 7ea7af5125 pciutils: remove eudev dependency
Disable udev hwdb support instead of depending on eudev. This restores
the old behavior of pciutils. It never depended on udev.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-03-27 04:34:49 +02:00
Álvaro Fernández Rojas 9afd29558a pciutils: add missing udev dependency
Fixes https://github.com/openwrt/packages/issues/2471

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-14 17:38:54 +01:00
Álvaro Fernández Rojas c956b7dbb9 pciutils: update to 3.4.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-02-27 12:37:02 +01:00
Álvaro Fernández Rojas a4a2963af8 pciutils: update to v3.4.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-09-28 23:15:12 +02:00
Álvaro Fernández Rojas 5df81725c2 pciutils: update to 3.3.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-04-12 18:51:00 +02:00
John Crispin 98be2ca3e0 global: change all instances of USE_EGLIBC to USE_GLIBC
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-03-12 20:52:37 +01:00
Álvaro Fernández Rojas 64fbed7b84 pciutils: fix libkmod depedency
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 19:58:03 +01:00
Álvaro Fernández Rojas 2ac8acaffd pciutils: add libkmod dependency
Fixes https://github.com/openwrt/packages/issues/1003

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 15:32:10 +01:00
Steven Barth 9f7ec5c8d7 libv4l/tgt/hdparm/pciutils: disable MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
2014-11-25 20:32:49 +01:00
Álvaro Fernández Rojas ee24bbfeb4 pciutils: update to 3.3.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-25 19:35:13 +01:00
Álvaro Fernández Rojas 2e8abd4121 pciutils: add license.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-07-25 20:57:34 +02:00
Álvaro Fernández Rojas 67c1ac973d pciutils: Import 3.2.0 from packages and update to 3.2.1. 2014-06-10 21:03:40 +02:00