From 53f16a9939a0c18dc1777b0e739ca824090deca8 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 14 Feb 2023 15:56:02 +0000 Subject: site: remove glib site values 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/site/mipsel-linux | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'meta/site/mipsel-linux') diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux index e9cf193cec..a3077f2161 100644 --- a/meta/site/mipsel-linux +++ b/meta/site/mipsel-linux @@ -15,24 +15,6 @@ ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_have_space_d_name_in_struct_dir # fget compat_cv_func_snprintf_works=${compat_cv_func_snprintf_works=yes} -# glib -glib_cv___va_copy=${glib_cv___va_copy=yes} -glib_cv_has__inline=${glib_cv_has__inline=yes} -glib_cv_has__inline__=${glib_cv_has__inline__=yes} -glib_cv_hasinline=${glib_cv_hasinline=yes} -glib_cv_long_long_format=${glib_cv_long_long_format=ll} -glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no} -glib_cv_sane_realloc=${glib_cv_sane_realloc=yes} -glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} -glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4} -glib_cv_stack_grows=${glib_cv_stack_grows=no} -glib_cv_uscore=${glib_cv_uscore=no} - -# glib-2.0 -glib_cv_stack_grows=${glib_cv_stack_grows=no} -utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} -glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} - # libpcap ac_cv_linux_vers=${ac_cv_linux_vers=2} -- cgit v1.2.3-54-g00ecf