summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-10-23 15:30:31 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-10-23 15:30:31 +0800
commit3f9e616b5a84b985174cfe62d16a8493be89b612 (patch)
treee4f4ecd2562affa70ce204771ccb9b10c4bb1e1e
parente1aedc8b1121eba12cb57e58bc9c8bc6005a6c97 (diff)
downloadmeta-intel-3f9e616b5a84b985174cfe62d16a8493be89b612.tar.gz
ospray: upgrade 2.12.0 -> 3.0.0
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.0.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.12.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.12.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.0.0.bb
index 06de3db6..f90a7d5f 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.12.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.0.0.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://www.ospray.org/"
6 6
7LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib" 7LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2 \ 8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2 \
9 file://third-party-programs.txt;md5=978092834060d3f38dbcb11ade918e2c \ 9 file://third-party-programs.txt;md5=e37b77e3bd997abccc359c710fb1f1db \
10 " 10 "
11 11
12inherit pkgconfig cmake 12inherit pkgconfig cmake
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
15 15
16SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ 16SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \
17 " 17 "
18SRCREV = "08111292f4671ed8822e7e0374080d75c15538a2" 18SRCREV = "66fa8108485a8a92ff31ad2e06081bbaf391bc26"
19 19
20COMPATIBLE_HOST = '(x86_64).*-linux' 20COMPATIBLE_HOST = '(x86_64).*-linux'
21COMPATIBLE_HOST:libc-musl = "null" 21COMPATIBLE_HOST:libc-musl = "null"