summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.3.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-07-14 01:06:36 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-07-21 00:06:57 +0800
commit0c37f3522f5a9fa07f5d9503744d70257bf5b29c (patch)
treed81226651efba42ed3dc44e1501197b3b73436a7 /dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.3.bb
parent94c097a82cf9167fa567c2af80d5e39a3fbbc11f (diff)
downloadmeta-intel-0c37f3522f5a9fa07f5d9503744d70257bf5b29c.tar.gz
openvino-inference-engine: fix inference engine cmake config
When included in a project using find_package, it goes and looks for headers and cmake module at an incorrect path. Make sure that we are able to locate the headers and cmake module file. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.3.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.3.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.3.bb
index 2d8c7b59..19da3e1b 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.3.bb
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.3.bb
@@ -14,6 +14,7 @@ SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=git;branch=rel
14 file://0003-inference-engine-installation-fixes.patch \ 14 file://0003-inference-engine-installation-fixes.patch \
15 file://0001-dont-install-licenses-and-version-file.patch \ 15 file://0001-dont-install-licenses-and-version-file.patch \
16 file://0001-plugin_api-fix-build-with-gcc-11.patch \ 16 file://0001-plugin_api-fix-build-with-gcc-11.patch \
17 file://0001-InferenceEngineConfig.cmake-set-the-right-paths.patch \
17 " 18 "
18 19
19SRCREV = "c5f7ad383e654dfb4a5ac0805323cf8d43426b3f" 20SRCREV = "c5f7ad383e654dfb4a5ac0805323cf8d43426b3f"