summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2022-03-07 14:10:59 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-03-07 16:14:46 +0800
commitd32f8016e09dd5a64a0b09d3fa26a40aeb8f7112 (patch)
tree437d74680e1bd34edab733f7592020740a9c3f35 /dynamic-layers
parent2bde8e7514da2f3a35e7d62b19e302745ece7869 (diff)
downloadmeta-intel-d32f8016e09dd5a64a0b09d3fa26a40aeb8f7112.tar.gz
ospray: upgrade 2.8.0 -> 2.9.0
CMake variables changed in this release: OSPRAY_ENABLE_APPS_BENCHMARK replaces OSPRAY_APPS_BENCHMARK OSPRAY_ENABLE_APPS_TESTING replaces OSPRAY_APPS_TESTING Release notes can be found here: https://github.com/ospray/ospray/releases/tag/v2.9.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
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"