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/ix86-common | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'meta/site/ix86-common') diff --git a/meta/site/ix86-common b/meta/site/ix86-common index d98ae5265b..b97b2e3f60 100644 --- a/meta/site/ix86-common +++ b/meta/site/ix86-common @@ -69,28 +69,6 @@ ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes} # gettext am_cv_func_working_getline=${am_cv_func_working_getline=yes} -# glib -glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4} -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_sane_realloc=${glib_cv_sane_realloc=yes} -glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} -glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes} -glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes} -glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes} -glib_cv_uscore=${glib_cv_uscore=no} -glib_cv_va_val_copy=${glib_cv_va_val_copy=yes} -glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=yes} - -# 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} -ac_cv_alignof_guint32=4 -ac_cv_alignof_guint64=4 -ac_cv_alignof_unsigned_long=4 - # guile ac_cv_uchar=${ac_cv_uchar=no} ac_cv_uint=${ac_cv_uint=yes} -- cgit v1.2.3-54-g00ecf