mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
3b3ef106a2
commit
0560b812c9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user