summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/include/time64.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/time64.inc b/meta/conf/distro/include/time64.inc
index 2e7278292c..73adebd39d 100644
--- a/meta/conf/distro/include/time64.inc
+++ b/meta/conf/distro/include/time64.inc
@@ -10,6 +10,7 @@ TARGET_CC_ARCH:append:x86 = "${@bb.utils.contains('TUNE_FEATURES', 'm32', '${GLI
10 10
11GLIBC_64BIT_TIME_FLAGS:pn-glibc = "" 11GLIBC_64BIT_TIME_FLAGS:pn-glibc = ""
12GLIBC_64BIT_TIME_FLAGS:pn-glibc-tests = "" 12GLIBC_64BIT_TIME_FLAGS:pn-glibc-tests = ""
13GLIBC_64BIT_TIME_FLAGS:pn-glibc-testsuite = ""
13# pipewire-v4l2 explicitly sets _FILE_OFFSET_BITS=32 to get access to 14# pipewire-v4l2 explicitly sets _FILE_OFFSET_BITS=32 to get access to
14# both 32 and 64 bit file APIs. But it does not handle the time side? 15# both 32 and 64 bit file APIs. But it does not handle the time side?
15# Needs further investigation 16# Needs further investigation