mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
19c30d277a
commit
8c995eac09
|
@ -18,6 +18,7 @@ SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master \
|
|||
SRCREV = "0835461a5dd1659696524303dc9cb2f2300ae156"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64).*-linux'
|
||||
COMPATIBLE_HOST:libc-musl = "null"
|
||||
|
||||
DEPENDS = "tbb jpeg libpng glfw ispc-native"
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@ SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \
|
|||
SRCREV = "5da393e9edc8becebbf41c9bb6cb9b87aa0b1e93"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64).*-linux'
|
||||
COMPATIBLE_HOST:libc-musl = "null"
|
||||
|
||||
DEPENDS = "ispc-native rkcommon embree"
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \
|
|||
SRCREV = "bc891f413f5657a31faa273992fda61d3666eef7"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64).*-linux'
|
||||
COMPATIBLE_HOST:libc-musl = "null"
|
||||
|
||||
DEPENDS = "rkcommon ispc-native openvkl embree"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user