summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/sysfsutils
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-06-20 13:34:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-21 18:38:25 +0100
commit4a4e568960dd0b11e512cf2806df601c8081eff6 (patch)
tree5b63ae2d85294e1812ee40cf7260e4e1a22321b7 /meta/recipes-core/sysfsutils
parentcec6d2af490dc5f4fafc0effd5fb04487185d5b5 (diff)
downloadpoky-4a4e568960dd0b11e512cf2806df601c8081eff6.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/sysfsutils')
-rw-r--r--meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb b/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb
index 64a6cc26d3..86cc06a2cd 100644
--- a/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb
+++ b/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb
@@ -19,5 +19,3 @@ inherit autotools
19 19
20PACKAGES =+ "libsysfs" 20PACKAGES =+ "libsysfs"
21FILES:libsysfs = "${libdir}/lib*${SOLIBS}" 21FILES:libsysfs = "${libdir}/lib*${SOLIBS}"
22
23export libdir = "${base_libdir}"