summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-10-20 14:44:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-25 13:42:03 +0100
commitee9db0d1fdb13c333cabe36b94c97bbc19319e1f (patch)
tree4f5553b6c34bc43cc1208691c27c2cf203120be4 /meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb
parenta5e4b5d175d582af0454ee8ee626c901203447c7 (diff)
downloadpoky-ee9db0d1fdb13c333cabe36b94c97bbc19319e1f.tar.gz
glib-2.0: fix rare GFileInfo test case failure
If a access or creation timestamp has 0 microseconds, then the test fails as it doesn't expect this to be a valid value. Expand a previous fix for modification times to cover these timestamps too. [ YOCTO #14373 ] (From OE-Core rev: 15715e6ad81c97cd50e288f3745615eb19be90d1) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb
index dd1ea508d2..b5ab6502a3 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb
@@ -16,6 +16,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
16 file://0001-Do-not-write-bindir-into-pkg-config-files.patch \ 16 file://0001-Do-not-write-bindir-into-pkg-config-files.patch \
17 file://0001-meson-Run-atomics-test-on-clang-as-well.patch \ 17 file://0001-meson-Run-atomics-test-on-clang-as-well.patch \
18 file://0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch \ 18 file://0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch \
19 file://0001-gio-tests-g-file-info-don-t-assume-million-in-one-ev.patch \
19 " 20 "
20SRC_URI:append:class-native = " file://relocate-modules.patch" 21SRC_URI:append:class-native = " file://relocate-modules.patch"
21 22