Re: [OE-core] [PATCH 1/2] site: remove glib site values

2023-02-16 Thread Ross Burton
On 16 Feb 2023, at 11:13, Ross Burton via lists.openembedded.org wrote: > > On 14 Feb 2023, at 23:31, Alexandre Belloni > wrote: >> iI think this is causes failures on the AB while building >> nativesdk-pkgconfig: > > How annoying. (look at his pkgconf branch which doesn’t contain a fork of

Re: [OE-core] [PATCH 1/2] site: remove glib site values

2023-02-16 Thread Ross Burton
On 14 Feb 2023, at 23:31, Alexandre Belloni wrote: > iI think this is causes failures on the AB while building nativesdk-pkgconfig: How annoying. (look at his pkgconf branch which doesn’t contain a fork of glib). I’ll chase and fix, thanks. Cheers, Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You rec

Re: [OE-core] [PATCH 1/2] site: remove glib site values

2023-02-14 Thread Alexandre Belloni via lists.openembedded.org
Hello Ross, iI think this is causes failures on the AB while building nativesdk-pkgconfig: https://autobuilder.yoctoproject.org/typhoon/#/builders/65/builds/6725/steps/12/logs/stdio | checking for growing stack pointer... configure: error: in `/home/pokybuild/yocto-worker/beaglebone/build/build

[OE-core] [PATCH 1/2] site: remove glib site values

2023-02-14 Thread Ross Burton
GLib 1.x is incredibly obsolete and GLib 2.x is built using Meson not autotools, so we can remove the GLib entries from the site files. Also fix a few copy/paste typos where glib_ was used incorrectly, for example: ac_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4} The glib_cv_ should be ac_