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 <[email protected]> --- .../ospray/{ospray_2.8.0.bb => ospray_2.9.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dynamic-layers/openembedded-layer/recipes-oneapi/ospray/{ospray_2.8.0.bb => ospray_2.9.0.bb} (86%) 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 similarity index 86% rename from dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.8.0.bb rename to 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" SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ " -SRCREV = "fe4b3806f8626b22defbeda172609aa7c8c74a2e" +SRCREV = "bc891f413f5657a31faa273992fda61d3666eef7" COMPATIBLE_HOST = '(x86_64).*-linux' @@ -22,8 +22,8 @@ DEPENDS = "rkcommon ispc-native openvkl embree" EXTRA_OECMAKE += " \ -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ - -DOSPRAY_APPS_BENCHMARK=OFF \ - -DOSPRAY_APPS_TESTING=OFF \ + -DOSPRAY_ENABLE_APPS_BENCHMARK=OFF \ + -DOSPRAY_ENABLE_APPS_TESTING=OFF \ " PACKAGES =+ "${PN}-apps" -- 2.27.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7462): https://lists.yoctoproject.org/g/meta-intel/message/7462 Mute This Topic: https://lists.yoctoproject.org/mt/89606671/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
