summaryrefslogtreecommitdiffstats
path: root/meta/site/sparc-linux
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-02-14 15:56:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-19 07:47:40 +0000
commit69e757e6bef8b1037e2f23121774af1d5f6c96df (patch)
treee8bd87e4d397b4e558a5e0a43797d95d971b51ef /meta/site/sparc-linux
parentf893b70a2db326e82f1de5c47b7da3855fa42439 (diff)
downloadopenembedded-core-69e757e6bef8b1037e2f23121774af1d5f6c96df.tar.gz
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_. 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>
Diffstat (limited to 'meta/site/sparc-linux')
-rw-r--r--meta/site/sparc-linux6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/site/sparc-linux b/meta/site/sparc-linux
index 49d0d9a3d6..c87eaae5ec 100644
--- a/meta/site/sparc-linux
+++ b/meta/site/sparc-linux
@@ -38,11 +38,5 @@ am_cv_sys_posix_termios=${am_cv_sys_posix_termios=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_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
-glib_cv_uscore=${glib_cv_uscore=no}
-glib_cv_stack_grows=${glib_cv_stack_grows=no}
-
#linux
ac_cv_linux_vers=${ac_cv_linux_vers=2}