Release notes: https://github.com/ospray/ospray/releases/tag/v3.1.0
Disable building examples as they need OpenGL. Signed-off-by: Anuj Mittal <[email protected]> --- .../recipes-oneapi/ospray/{ospray_3.0.0.bb => ospray_3.1.0.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename dynamic-layers/openembedded-layer/recipes-oneapi/ospray/{ospray_3.0.0.bb => ospray_3.1.0.bb} (91%) 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 similarity index 91% rename from dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.0.0.bb rename to 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" SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ " -SRCREV = "66fa8108485a8a92ff31ad2e06081bbaf391bc26" +SRCREV = "f2a61c2eb58ccd666e34abfdb0fd7049ea073194" COMPATIBLE_HOST = '(x86_64).*-linux' COMPATIBLE_HOST:libc-musl = "null" @@ -26,6 +26,7 @@ EXTRA_OECMAKE += " \ -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ -DOSPRAY_ENABLE_APPS_BENCHMARK=OFF \ -DOSPRAY_ENABLE_APPS_TESTING=OFF \ + -DOSPRAY_ENABLE_APPS_EXAMPLES=OFF \ " PACKAGES =+ "${PN}-apps" -- 2.43.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8239): https://lists.yoctoproject.org/g/meta-intel/message/8239 Mute This Topic: https://lists.yoctoproject.org/mt/104624409/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
