diff options
author | Ross Burton <ross.burton@intel.com> | 2020-01-06 12:47:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-06 23:53:55 +0000 |
commit | c308116fb7787794512c3153503ddf9da71803a8 (patch) | |
tree | ff2843e882eb129ebdc2ff94382ea224b28890a9 /scripts/runqemu | |
parent | b2a389ad5111d587db3f95c6ce13fc2eafc22f27 (diff) | |
download | openembedded-core-contrib-c308116fb7787794512c3153503ddf9da71803a8.tar.gz |
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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu')
0 files changed, 0 insertions, 0 deletions