summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-04-28 10:43:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-05 11:07:26 +0100
commit7e90e5bdd3803851edb659a533ad676c0c41a0f1 (patch)
tree0d0449cdf6d9efda175833a48c0b340ec8c26972 /meta/conf/distro
parentc88ce1ff0e18d6fb922713df5944e98ae77e332c (diff)
downloadpoky-7e90e5bdd3803851edb659a533ad676c0c41a0f1.tar.gz
time64.inc: add glibc-testsuite to 'special cases'
It builds glibc source like other glibc recipes do, and so the same problems occur. (From OE-Core rev: 68b50d362ec61f27be818e40fcbb281d9bacf756) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-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