]> code.ossystems Code Review - openembedded-core.git/commit
glib-2.0: fix g-file-into modification time test
authorRoss Burton <ross@burtonini.com>
Wed, 7 Jul 2021 09:04:14 +0000 (10:04 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Jul 2021 10:39:56 +0000 (11:39 +0100)
commit7d2bd897fdbcf5215bf2287cb96eb6b58803f08c
treee57e18625ce68db75176f9cdfd38c08ab73d33b2
parentf7de32dfcc2e6b1872fbd5ea61dcba944d5553a8
glib-2.0: fix g-file-into modification time test

The GFileInfo modification time test assumed that the difference between
a modification timestamp in seconds and in microseconds must be greater
than 0.

Mathmatically, there's a one-in-a-million chance that it will be 0.  It
turns out that one-in-a-million chances happen approximately once every
fortnight on the autobuilder.

[ YOCTO 14373 ]

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glib-2.0/glib-2.0/time-test.patch [new file with mode: 0644]
meta/recipes-core/glib-2.0/glib-2.0_2.68.3.bb