diff mbox series

[4/4] pciutils: remove textrel INSANE_SKIP

Message ID 20240704082444.3886275-4-Qi.Chen@windriver.com
State New
Headers show
Series [1/4] systemd: upgrade from 255.6 to 256 | expand

Commit Message

ChenQi July 4, 2024, 8:24 a.m. UTC
From: Chen Qi <Qi.Chen@windriver.com>

The current pciutils does not have this textrel problem any more.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-bsp/pciutils/pciutils_3.13.0.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb b/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb
index 0b876c7070..74edd8686b 100644
--- a/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb
+++ b/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb
@@ -47,8 +47,6 @@  DESCRIPTION:${PN}-ids = "Package providing the PCI device ID database for pciuti
 RDEPENDS:${PN} += "${PN}-ids"
 
 FILES:libpci = "${libdir}/libpci.so.*"
-# The versioned symbols in libpci appear to be causing relocations
-INSANE_SKIP:libpci += "textrel"
 
 ALTERNATIVE:${PN} = "lspci"
 ALTERNATIVE_PRIORITY = "100"