diff mbox series

[3/3] sysfstools: don't install to base_libdir

Message ID 20230620123404.3854578-3-ross.burton@arm.com
State Accepted, archived
Commit a81dc665e89ccc6fe9ed025e679f22956767271b
Headers show
Series [1/3] sysfsutils: fetch a supported fork from github | expand

Commit Message

Ross Burton June 20, 2023, 12:34 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

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

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb | 2 --
 1 file changed, 2 deletions(-)

Comments

Luca Ceresoli June 20, 2023, 1 p.m. UTC | #1
Hi Ross,

On Tue, 20 Jun 2023 13:34:04 +0100
"Ross Burton" <ross.burton@arm.com> wrote:

> From: Ross Burton <ross.burton@arm.com>

I guess the Subject line should s/sysfstools/sysfsutils/, so I fixed
that locally for my AB testing branch.

Luca
diff mbox series

Patch

diff --git a/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb b/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb
index 64a6cc26d33..86cc06a2cdd 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
 
 PACKAGES =+ "libsysfs"
 FILES:libsysfs = "${libdir}/lib*${SOLIBS}"
-
-export libdir = "${base_libdir}"