summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb
index d3a23653..609e5dc3 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb
@@ -11,11 +11,12 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2 \
11 11
12inherit pkgconfig cmake 12inherit pkgconfig cmake
13 13
14S = "${WORKDIR}/git" 14SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master;name=ospray \
15 15 git://github.com/nothings/stb;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/apps/common/external/stb_image/stb;name=stb;nobranch=1 \
16SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \
17 " 16 "
18SRCREV = "85af2929937d516997451cbd52d352cf93125ed2" 17SRCREV_ospray ?= "85af2929937d516997451cbd52d352cf93125ed2"
18SRCREV_stb ?= "af1a5bc36dff44f0a019df21c271db697d51f1a6"
19SRCREV_FORMAT = "ospray_stb"
19 20
20COMPATIBLE_HOST = '(x86_64).*-linux' 21COMPATIBLE_HOST = '(x86_64).*-linux'
21COMPATIBLE_HOST:libc-musl = "null" 22COMPATIBLE_HOST:libc-musl = "null"