From: Alexander Kanavin Date: Fri, 28 Apr 2023 08:43:43 +0000 (+0200) Subject: time64.inc: add glibc-testsuite to 'special cases' X-Git-Tag: uninative-3.10~187 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68b50d3;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git time64.inc: add glibc-testsuite to 'special cases' It builds glibc source like other glibc recipes do, and so the same problems occur. Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/conf/distro/include/time64.inc b/meta/conf/distro/include/time64.inc index 2e7278292c6..73adebd39db 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 GLIBC_64BIT_TIME_FLAGS:pn-glibc = "" GLIBC_64BIT_TIME_FLAGS:pn-glibc-tests = "" +GLIBC_64BIT_TIME_FLAGS:pn-glibc-testsuite = "" # pipewire-v4l2 explicitly sets _FILE_OFFSET_BITS=32 to get access to # both 32 and 64 bit file APIs. But it does not handle the time side? # Needs further investigation