From 0560b812c90376b5ce85d6772020379034fdd83f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 6 Jan 2020 12:47:26 +0000 Subject: glib: set missing cross property GLib 2.60 onwards checks for /proc/self/cmdline instead of assuming that it exists on Linux (because Cygwin also has it). As this is a runtime test it doesn't execute in cross builds so defaults to false, but under Linux this should be true. Restore the previous behaviour and silence the warning by setting the cross property appropriately. (From OE-Core rev: c308116fb7787794512c3153503ddf9da71803a8) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/glib-2.0/glib-2.0/glib-meson.cross | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') diff --git a/meta/recipes-core/glib-2.0/glib-2.0/glib-meson.cross b/meta/recipes-core/glib-2.0/glib-2.0/glib-meson.cross index b5df400727..5246c77601 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0/glib-meson.cross +++ b/meta/recipes-core/glib-2.0/glib-2.0/glib-meson.cross @@ -4,6 +4,7 @@ have_c99_snprintf = true have_unix98_printf = true va_val_copy = true growing_stack = false +have_proc_self_cmdline = true [binaries] env = "/usr/bin/env" -- cgit v1.2.3-54-g00ecf