sysfsutils: don't install to base_libdir

This library now ships a pkgconfig file but $base_libdir isn't in the
search path, so can't be used.

As the base_libdir/libdir split is pretty meaningless these days, simply
stop installing into base_libdir.  This was added to silence warnings
from pcmciautils[1] but PCMCIA isn't really a thing anymore so this
shouldn't be a problem.

[1] oe-core f3c93627

(From OE-Core rev: a81dc665e89ccc6fe9ed025e679f22956767271b)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2023-06-20 13:34:04 +01:00 committed by Richard Purdie
parent cec6d2af49
commit 4a4e568960

View File

@ -19,5 +19,3 @@ inherit autotools
PACKAGES =+ "libsysfs"
FILES:libsysfs = "${libdir}/lib*${SOLIBS}"
export libdir = "${base_libdir}"