diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2024-07-04 01:24:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-10 10:52:20 +0100 |
commit | 83fc33db5e4e94eeffb0580efd3b482fc28c77a5 (patch) | |
tree | a14f8c848eeb76f077bd41678546e580407cd7dd /meta/recipes-bsp | |
parent | 665fdc4ea9bc00767718a46f230d3200262b1137 (diff) | |
download | poky-83fc33db5e4e94eeffb0580efd3b482fc28c77a5.tar.gz |
pciutils: remove textrel INSANE_SKIP
The current pciutils does not have this textrel problem any more.
(From OE-Core rev: 48fd3134097ce81c94c1ce67f218d83f1a5c2f6f)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.13.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
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 | |||
47 | RDEPENDS:${PN} += "${PN}-ids" | 47 | RDEPENDS:${PN} += "${PN}-ids" |
48 | 48 | ||
49 | FILES:libpci = "${libdir}/libpci.so.*" | 49 | FILES:libpci = "${libdir}/libpci.so.*" |
50 | # The versioned symbols in libpci appear to be causing relocations | ||
51 | INSANE_SKIP:libpci += "textrel" | ||
52 | 50 | ||
53 | ALTERNATIVE:${PN} = "lspci" | 51 | ALTERNATIVE:${PN} = "lspci" |
54 | ALTERNATIVE_PRIORITY = "100" | 52 | ALTERNATIVE_PRIORITY = "100" |