summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-08-24 23:06:28 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-08-24 23:06:28 +0800
commitfce5ef59a9ac7f095a7e5586b6fa0260094d2ae5 (patch)
tree8c6727983ffa9748714a9c2f0cfd38e7d9bed671 /dynamic-layers
parent5b1776caeb4a7031e62aee466416705fc480ea85 (diff)
downloadmeta-intel-fce5ef59a9ac7f095a7e5586b6fa0260094d2ae5.tar.gz
rkcommon: turn off tests for now
The tests fail to build with glibc 2.34: | rkcommon/1.6.1-r0/git/tests/catch.hpp:10811:58: error: call to non-'constexpr' function 'long int sysconf(int)' | | static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ; | | | ^~~~~~~~~~~ This has been fixed but is not yet available in a released version: https://github.com/ospray/rkcommon/issues/5 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb
index 17edff4a..eef83193 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb
@@ -15,3 +15,5 @@ SRC_URI = "git://github.com/ospray/rkcommon.git;protocol=https \
15SRCREV = "9e5a38e486f9edc8aefb37344526ac5552b35573" 15SRCREV = "9e5a38e486f9edc8aefb37344526ac5552b35573"
16 16
17DEPENDS = "tbb" 17DEPENDS = "tbb"
18
19EXTRA_OECMAKE += " -DBUILD_TESTING=OFF"