mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 08:48:45 +01:00
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>
12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
# general
|
|
ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
|
|
|
|
# startup-notification
|
|
lf_cv_sane_realloc=yes
|
|
|
|
# lftp
|
|
lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes}
|
|
|
|
# slrn
|
|
slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
|