From 8c995eac09d4ecb82f8aa15690fe74748d153456 Mon Sep 17 00:00:00 2001 From: Davide Gardenal Date: Mon, 4 Apr 2022 15:12:59 +0200 Subject: 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 Signed-off-by: Anuj Mittal --- .../openembedded-layer/recipes-oneapi/openvkl/openvkl_1.2.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.2.0.bb') 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 \ SRCREV = "5da393e9edc8becebbf41c9bb6cb9b87aa0b1e93" COMPATIBLE_HOST = '(x86_64).*-linux' +COMPATIBLE_HOST:libc-musl = "null" DEPENDS = "ispc-native rkcommon embree" -- cgit v1.2.3-54-g00ecf