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:53 +0000
commit53f16a9939a0c18dc1777b0e739ca824090deca8 (patch)
treeda837940fa72cd66f03e2c755b9bc2a9a304040e /meta/site/sparc-linux
parent069e5df6ae3b23659c91a59fd6990fc1a8fd9a92 (diff)
downloadpoky-53f16a9939a0c18dc1777b0e739ca824090deca8.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_. (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>
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}
38# gettext 38# gettext
39am_cv_func_working_getline=${am_cv_func_working_getline=yes} 39am_cv_func_working_getline=${am_cv_func_working_getline=yes}
40 40
41#glib
42glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
43glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
44glib_cv_uscore=${glib_cv_uscore=no}
45glib_cv_stack_grows=${glib_cv_stack_grows=no}
46
47#linux 41#linux
48ac_cv_linux_vers=${ac_cv_linux_vers=2} 42ac_cv_linux_vers=${ac_cv_linux_vers=2}