]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
pciutils: rewrite recipe
authorRoss Burton <ross.burton@arm.com>
Mon, 3 Jun 2024 15:36:58 +0000 (15:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Jun 2024 13:27:21 +0000 (14:27 +0100)
commite943b74ffe0fd2c37e35540a2d6bd92a1dd61a3a
treeef294309761709796ea3739b7d149f7662181ec7
parentd00b0dad53992fc44ae2bfb6031932d678590ebc
pciutils: rewrite recipe

The upstream Makefiles are bespoke so need to be handheld, but this
recipe has workarounds for code removed a decade ago.

Add more PACKAGECONFIGs for the other configuration options (zlib, kmod),
and use hwdb by default (non-systemd builds also have hwdb, as it's part
of eudev too).

Instead of using 'make -e', pass the variables that we want the Makefile
to respect explicitly (CC, CFLAGS, etc).

Construct an appropriate HOST so that lib/configure does the right thing
without needing patches.

This now results in text relocations (apparently from the versioned
symbols in libpci), so add an INSANE_SKIP for that.

Update the homepage URL.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/pciutils/pciutils/configure.patch [deleted file]
meta/recipes-bsp/pciutils/pciutils_3.12.0.bb