summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Gardenal <davidegarde2000@gmail.com>2022-04-04 15:12:35 +0200
committerAnuj Mittal <anuj.mittal@intel.com>2022-04-05 15:59:12 +0800
commit19c30d277ae3d6fcd2780969ed3b5bd8d7b1f108 (patch)
tree54e6e1498439c619c1a3a4f738f1e7da0d61ef25
parent4402be424be4619a5bcf4d85921724eab866602c (diff)
downloadmeta-intel-19c30d277ae3d6fcd2780969ed3b5bd8d7b1f108.tar.gz
open-model-zoo: add COMPATIBLE_HOST to fix build error
Add COMPTIBLE_HOST to fix a build error when using musl, due to openvino-inference-engine dependency Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo_2021.4.2.bb1
1 files changed, 1 insertions, 0 deletions
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} += " \
33" 33"
34 34
35COMPATIBLE_HOST = '(x86_64).*-linux' 35COMPATIBLE_HOST = '(x86_64).*-linux'
36COMPATIBLE_HOST:libc-musl = "null"
36 37
37EXTRA_OECMAKE += " \ 38EXTRA_OECMAKE += " \
38 -DIE_MAIN_SOURCE_DIR=${B} \ 39 -DIE_MAIN_SOURCE_DIR=${B} \