summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorDavide Gardenal <davidegarde2000@gmail.com>2022-04-04 15:12:59 +0200
committerAnuj Mittal <anuj.mittal@intel.com>2022-04-05 15:59:12 +0800
commit8c995eac09d4ecb82f8aa15690fe74748d153456 (patch)
treeec8c2430084825003597b26b545f21e41e35df17 /dynamic-layers
parent19c30d277ae3d6fcd2780969ed3b5bd8d7b1f108 (diff)
downloadmeta-intel-8c995eac09d4ecb82f8aa15690fe74748d153456.tar.gz
ospray: add COMPATIBLE_HOST to fix build error
Add COMPATIBLE_HOST to ospray, embree, openvkl to fix build error when using musl, caused glfw dependecy Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.3.bb1
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.2.0.bb1
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb1
3 files changed, 3 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.3.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.3.bb
index 434f4ee5..5dc4cc8d 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.3.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.3.bb
@@ -18,6 +18,7 @@ SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master \
18SRCREV = "0835461a5dd1659696524303dc9cb2f2300ae156" 18SRCREV = "0835461a5dd1659696524303dc9cb2f2300ae156"
19 19
20COMPATIBLE_HOST = '(x86_64).*-linux' 20COMPATIBLE_HOST = '(x86_64).*-linux'
21COMPATIBLE_HOST:libc-musl = "null"
21 22
22DEPENDS = "tbb jpeg libpng glfw ispc-native" 23DEPENDS = "tbb jpeg libpng glfw ispc-native"
23 24
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.2.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.2.0.bb
index 043c37ab..4691b07f 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.2.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.2.0.bb
@@ -23,6 +23,7 @@ SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \
23SRCREV = "5da393e9edc8becebbf41c9bb6cb9b87aa0b1e93" 23SRCREV = "5da393e9edc8becebbf41c9bb6cb9b87aa0b1e93"
24 24
25COMPATIBLE_HOST = '(x86_64).*-linux' 25COMPATIBLE_HOST = '(x86_64).*-linux'
26COMPATIBLE_HOST:libc-musl = "null"
26 27
27DEPENDS = "ispc-native rkcommon embree" 28DEPENDS = "ispc-native rkcommon embree"
28 29
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.9.0.bb
index 8c1586e8..cd70ecd8 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb
@@ -17,6 +17,7 @@ SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \
17SRCREV = "bc891f413f5657a31faa273992fda61d3666eef7" 17SRCREV = "bc891f413f5657a31faa273992fda61d3666eef7"
18 18
19COMPATIBLE_HOST = '(x86_64).*-linux' 19COMPATIBLE_HOST = '(x86_64).*-linux'
20COMPATIBLE_HOST:libc-musl = "null"
20 21
21DEPENDS = "rkcommon ispc-native openvkl embree" 22DEPENDS = "rkcommon ispc-native openvkl embree"
22 23