Re: [OE-core] [PATCH 1/2] meson: drop redundant is_debianlike() patch

2022-12-12 Thread Ross Burton
On 12 Dec 2022, at 15:38, Richard Purdie wrote: >> - def is_debianlike() -> bool: >> --return os.path.isfile('/etc/debian_version') >> -+return False >> - >> - >> - def is_dragonflybsd() -> bool: > > I have a nasty feeling that there may be meson users out there which > call into this

Re: [OE-core] [PATCH 1/2] meson: drop redundant is_debianlike() patch

2022-12-12 Thread Richard Purdie
On Mon, 2022-12-12 at 15:25 +, Ross Burton wrote: > This patch disables is_debianlike() so that it always returns False in the > name of deterministic builds. However, the caller default_libdir() then > looks at the host filesystem to decide if /usr/lib64 exists and will > return either lib