From: Chen Qi Date: Thu, 4 Jul 2024 08:24:42 +0000 (-0700) Subject: pciutils: remove textrel INSANE_SKIP X-Git-Tag: uninative-4.6~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48fd3134097ce81c94c1ce67f218d83f1a5c2f6f;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git pciutils: remove textrel INSANE_SKIP The current pciutils does not have this textrel problem any more. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb b/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb index 0b876c70709..74edd8686b0 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"