summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2022-07-25 21:10:59 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-07-27 19:03:08 +0800
commit79486754252c139aaf3b41e3699bc98785b47891 (patch)
tree6a10a29f45abefc95a0d9ee8941217ab56c984d5
parent6eb22e6412637bba7c1572bf302c45ca4ac20c22 (diff)
downloadmeta-intel-79486754252c139aaf3b41e3699bc98785b47891.tar.gz
ospray : upgrade 2.9.0 -> 2.10.0
Release Notes: https://github.com/ospray/ospray/releases/tag/v2.10.0 License-Update: copyright years updated Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.10.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.10.0.bb
index cd70ecd8..bd0d41d8 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.10.0.bb
@@ -6,7 +6,8 @@ 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=d0b3d9b55b2ccd6a3bffc374cf2d5563" 9 file://third-party-programs.txt;md5=7cccb4c920e5b7de8eddf8a5d408d900 \
10 "
10 11
11inherit pkgconfig cmake 12inherit pkgconfig cmake
12 13
@@ -14,7 +15,7 @@ S = "${WORKDIR}/git"
14 15
15SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ 16SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \
16 " 17 "
17SRCREV = "bc891f413f5657a31faa273992fda61d3666eef7" 18SRCREV = "fdda0889f9143a8b20f26389c22d1691f1a6a527"
18 19
19COMPATIBLE_HOST = '(x86_64).*-linux' 20COMPATIBLE_HOST = '(x86_64).*-linux'
20COMPATIBLE_HOST:libc-musl = "null" 21COMPATIBLE_HOST:libc-musl = "null"