Re: [OE-core] [PATCH] glib-2.0: explicitly enable strlcpy()

2023-09-06 Thread Khem Raj
On Wed, Sep 6, 2023 at 11:07 AM Ross Burton wrote: > On 6 Sep 2023, at 18:30, Khem Raj wrote: > > > > On Wed, Sep 6, 2023 at 8:12 AM Ross Burton wrote: > >> > >> From: Ross Burton > >> > >> We have glibc 2.38 which added strlcpy(), so enable the use of it > >> explicitly in the Meson cross

Re: [OE-core] [PATCH] glib-2.0: explicitly enable strlcpy()

2023-09-06 Thread Ross Burton
On 6 Sep 2023, at 18:30, Khem Raj wrote: > > On Wed, Sep 6, 2023 at 8:12 AM Ross Burton wrote: >> >> From: Ross Burton >> >> We have glibc 2.38 which added strlcpy(), so enable the use of it >> explicitly in the Meson cross file for when the target doesn't support >> qemu-usermode (which

Re: [OE-core] [PATCH] glib-2.0: explicitly enable strlcpy()

2023-09-06 Thread Khem Raj
On Wed, Sep 6, 2023 at 8:12 AM Ross Burton wrote: > > From: Ross Burton > > We have glibc 2.38 which added strlcpy(), so enable the use of it > explicitly in the Meson cross file for when the target doesn't support > qemu-usermode (which will result in the default of not using it). will this be

[OE-core] [PATCH] glib-2.0: explicitly enable strlcpy()

2023-09-06 Thread Ross Burton
From: Ross Burton We have glibc 2.38 which added strlcpy(), so enable the use of it explicitly in the Meson cross file for when the target doesn't support qemu-usermode (which will result in the default of not using it). Signed-off-by: Ross Burton ---