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/powerpc-common | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta/site/powerpc-common') diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common index efa299c664..02217c70f9 100644 --- a/meta/site/powerpc-common +++ b/meta/site/powerpc-common @@ -1,8 +1,3 @@ -# glib -ac_cv_alignof_guint32=4 -ac_cv_alignof_guint64=8 -ac_cv_alignof_unsigned_long=4 - # at-spi2-core ac_cv_alignof_char=1 ac_cv_alignof_dbind_pointer=4 -- cgit v1.2.3-54-g00ecf