mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 12:13:02 +01:00
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_cv_.
(From OE-Core rev: 69e757e6bef8b1037e2f23121774af1d5f6c96df)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
192 B
192 B
general
ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=16} ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8} ac_cv_sys_file_offset_bits=${ac_cv_sys_file_offset_bits=64} ac_cv_alignof_double=8