diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2024-02-28 11:49:33 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-02-28 16:19:07 +0800 |
commit | b0c4cc0a5960222c53e608ad44d63133d805f06d (patch) | |
tree | 6c28551466b42dd09d1b0d00e08f29feff91782d /dynamic-layers | |
parent | a220c9eb5805a06e4de5197911ba2af69aa9a867 (diff) | |
download | meta-intel-b0c4cc0a5960222c53e608ad44d63133d805f06d.tar.gz |
ospray: upgrade 3.0.0 -> 3.1.0
Release notes:
https://github.com/ospray/ospray/releases/tag/v3.1.0
Disable building examples as they need OpenGL.
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_3.1.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.0.0.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.0.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.1.0.bb index f90a7d5f..3e03dcc2 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.0.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.1.0.bb | |||
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git" | |||
15 | 15 | ||
16 | SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ | 16 | SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ |
17 | " | 17 | " |
18 | SRCREV = "66fa8108485a8a92ff31ad2e06081bbaf391bc26" | 18 | SRCREV = "f2a61c2eb58ccd666e34abfdb0fd7049ea073194" |
19 | 19 | ||
20 | COMPATIBLE_HOST = '(x86_64).*-linux' | 20 | COMPATIBLE_HOST = '(x86_64).*-linux' |
21 | COMPATIBLE_HOST:libc-musl = "null" | 21 | COMPATIBLE_HOST:libc-musl = "null" |
@@ -26,6 +26,7 @@ EXTRA_OECMAKE += " \ | |||
26 | -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ | 26 | -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ |
27 | -DOSPRAY_ENABLE_APPS_BENCHMARK=OFF \ | 27 | -DOSPRAY_ENABLE_APPS_BENCHMARK=OFF \ |
28 | -DOSPRAY_ENABLE_APPS_TESTING=OFF \ | 28 | -DOSPRAY_ENABLE_APPS_TESTING=OFF \ |
29 | -DOSPRAY_ENABLE_APPS_EXAMPLES=OFF \ | ||
29 | " | 30 | " |
30 | 31 | ||
31 | PACKAGES =+ "${PN}-apps" | 32 | PACKAGES =+ "${PN}-apps" |