diff options
author | Ross Burton <ross.burton@arm.com> | 2023-02-14 15:56:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-19 07:47:53 +0000 |
commit | 53f16a9939a0c18dc1777b0e739ca824090deca8 (patch) | |
tree | da837940fa72cd66f03e2c755b9bc2a9a304040e /meta/site/arm-darwin | |
parent | 069e5df6ae3b23659c91a59fd6990fc1a8fd9a92 (diff) | |
download | poky-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/arm-darwin')
-rw-r--r-- | meta/site/arm-darwin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/site/arm-darwin b/meta/site/arm-darwin index 09ff097aa0..00d9a64aa7 100644 --- a/meta/site/arm-darwin +++ b/meta/site/arm-darwin | |||
@@ -1,7 +1,5 @@ | |||
1 | ac_cv_lib_m_sin=${ac_cv_lib_m_sin=yes} | 1 | ac_cv_lib_m_sin=${ac_cv_lib_m_sin=yes} |
2 | ac_cv_func_posix_spawn=${ac_cv_func_posix_spawn=no} | 2 | ac_cv_func_posix_spawn=${ac_cv_func_posix_spawn=no} |
3 | glib_cv_stack_grows=${glib_cv_stack_grows=no} | ||
4 | glib_cv_uscore=${glib_cv_uscore=no} | ||
5 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=no} | 3 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=no} |
6 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=no} | 4 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=no} |
7 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=no} | 5 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=no} |