summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"