Add COMPTIBLE_HOST to fix a build error when using musl, due to openvino-inference-engine dependency
Signed-off-by: Davide Gardenal <[email protected]> --- .../recipes-support/opencv/open-model-zoo_2021.4.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo_2021.4.2.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo_2021.4.2.bb index 0b18e03e..5c410db4 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo_2021.4.2.bb +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo_2021.4.2.bb @@ -33,6 +33,7 @@ RDEPENDS:${PN} += " \ " COMPATIBLE_HOST = '(x86_64).*-linux' +COMPATIBLE_HOST:libc-musl = "null" EXTRA_OECMAKE += " \ -DIE_MAIN_SOURCE_DIR=${B} \ -- 2.32.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7480): https://lists.yoctoproject.org/g/meta-intel/message/7480 Mute This Topic: https://lists.yoctoproject.org/mt/90241154/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
