diff mbox series

[V2,5/5] pciutils: remove textrel INSANE_SKIP

Message ID 20240711075637.3023203-5-Qi.Chen@windriver.com
State Accepted, archived
Commit 48fd3134097ce81c94c1ce67f218d83f1a5c2f6f
Headers show
Series [V2,1/5] systemd: upgrade from 255.6 to 256 | expand

Commit Message

ChenQi July 11, 2024, 7:56 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"