From 79486754252c139aaf3b41e3699bc98785b47891 Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Mon, 25 Jul 2022 21:10:59 +0800 Subject: [PATCH] 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 Signed-off-by: Anuj Mittal --- .../ospray/{ospray_2.9.0.bb => ospray_2.10.0.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename dynamic-layers/openembedded-layer/recipes-oneapi/ospray/{ospray_2.9.0.bb => ospray_2.10.0.bb} (86%) 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 similarity index 86% rename from dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb rename to 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/" LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2 \ - file://third-party-programs.txt;md5=d0b3d9b55b2ccd6a3bffc374cf2d5563" + file://third-party-programs.txt;md5=7cccb4c920e5b7de8eddf8a5d408d900 \ + " inherit pkgconfig cmake @@ -14,7 +15,7 @@ S = "${WORKDIR}/git" SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ " -SRCREV = "bc891f413f5657a31faa273992fda61d3666eef7" +SRCREV = "fdda0889f9143a8b20f26389c22d1691f1a6a527" COMPATIBLE_HOST = '(x86_64).*-linux' COMPATIBLE_HOST:libc-musl = "null"