mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00: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>
10 lines
477 B
Plaintext
10 lines
477 B
Plaintext
ac_cv_lib_m_sin=${ac_cv_lib_m_sin=yes}
|
|
ac_cv_func_posix_spawn=${ac_cv_func_posix_spawn=no}
|
|
ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=no}
|
|
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=no}
|
|
ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=no}
|
|
ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=no}
|
|
bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
|
|
ac_cv_func_strerror_r=${ac_cv_func_strerror_r=no}
|
|
ac_cv_va_copy=${ac_cv_va_copy=yes}
|