mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
ospray: upgrade 3.0.0 -> 3.1.0
Release notes: https://github.com/ospray/ospray/releases/tag/v3.1.0 Disable building examples as they need OpenGL. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
a220c9eb58
commit
b0c4cc0a59
|
@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \
|
SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \
|
||||||
"
|
"
|
||||||
SRCREV = "66fa8108485a8a92ff31ad2e06081bbaf391bc26"
|
SRCREV = "f2a61c2eb58ccd666e34abfdb0fd7049ea073194"
|
||||||
|
|
||||||
COMPATIBLE_HOST = '(x86_64).*-linux'
|
COMPATIBLE_HOST = '(x86_64).*-linux'
|
||||||
COMPATIBLE_HOST:libc-musl = "null"
|
COMPATIBLE_HOST:libc-musl = "null"
|
||||||
|
@ -26,6 +26,7 @@ EXTRA_OECMAKE += " \
|
||||||
-DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \
|
-DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \
|
||||||
-DOSPRAY_ENABLE_APPS_BENCHMARK=OFF \
|
-DOSPRAY_ENABLE_APPS_BENCHMARK=OFF \
|
||||||
-DOSPRAY_ENABLE_APPS_TESTING=OFF \
|
-DOSPRAY_ENABLE_APPS_TESTING=OFF \
|
||||||
|
-DOSPRAY_ENABLE_APPS_EXAMPLES=OFF \
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-apps"
|
PACKAGES =+ "${PN}-apps"
|
Loading…
Reference in New Issue
Block a user