On Wed, 24 Nov 2021 at 11:20, Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> > Sure, and they pass --libdir. I did a build of Sato and nothing
> > moved, so I'm struggling to find the actual problem here.
>
> Did we start setting libdir for native builds after that change merged?
>
On Wed, 2021-11-24 at 10:17 +, Ross Burton wrote:
> On Tue, 23 Nov 2021 at 22:36, Richard Purdie
> wrote:
> > On Tue, 2021-11-23 at 19:38 +, Ross Burton wrote:
> > > This patch disables the debian-detection to use the correct $libdir by
> > > default on that platform. However in cross bui
On Tue, 23 Nov 2021 at 22:36, Richard Purdie
wrote:
> On Tue, 2021-11-23 at 19:38 +, Ross Burton wrote:
> > This patch disables the debian-detection to use the correct $libdir by
> > default on that platform. However in cross builds this is always
> > overridden to be $prefix/lib, and all rec
On Tue, 2021-11-23 at 19:38 +, Ross Burton wrote:
> This patch disables the debian-detection to use the correct $libdir by
> default on that platform. However in cross builds this is always
> overridden to be $prefix/lib, and all recipes that inherit meson pass
> the correct libdir explicitly.
Sorry, I have to say no. The offending is_debianlike function is still in
place, and I would not want to battle cryptic errors again if it is taken
in use somewhere else. The correct fix is to drop the function itself.
Alex
On Tue, 23 Nov 2021 at 20:39, Ross Burton wrote:
> This patch disables
This patch disables the debian-detection to use the correct $libdir by
default on that platform. However in cross builds this is always
overridden to be $prefix/lib, and all recipes that inherit meson pass
the correct libdir explicitly.
Signed-off-by: Ross Burton
---
meta/recipes-devtools/meson