summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.8.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.8.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb
index b6b789c2..8c1586e8 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.8.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git"
14 14
15SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ 15SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \
16 " 16 "
17SRCREV = "fe4b3806f8626b22defbeda172609aa7c8c74a2e" 17SRCREV = "bc891f413f5657a31faa273992fda61d3666eef7"
18 18
19COMPATIBLE_HOST = '(x86_64).*-linux' 19COMPATIBLE_HOST = '(x86_64).*-linux'
20 20
@@ -22,8 +22,8 @@ DEPENDS = "rkcommon ispc-native openvkl embree"
22 22
23EXTRA_OECMAKE += " \ 23EXTRA_OECMAKE += " \
24 -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ 24 -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \
25 -DOSPRAY_APPS_BENCHMARK=OFF \ 25 -DOSPRAY_ENABLE_APPS_BENCHMARK=OFF \
26 -DOSPRAY_APPS_TESTING=OFF \ 26 -DOSPRAY_ENABLE_APPS_TESTING=OFF \
27 " 27 "
28 28
29PACKAGES =+ "${PN}-apps" 29PACKAGES =+ "${PN}-apps"