summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2019-10-23 15:00:53 +0000
committerAnuj Mittal <anuj.mittal@intel.com>2019-10-24 12:07:30 +0800
commit8c7406bfdc80f4876cb5a89102a15e761f7ca4e2 (patch)
tree128f0e3e5fe86bcb437f88a60f0c02c418a87ffd
parent3a70c26648667b6c1a4d5040074ef30489e0926c (diff)
downloadmeta-intel-8c7406bfdc80f4876cb5a89102a15e761f7ca4e2.tar.gz
dldt-inference-engine: add SSTATE_SCAN_FILES to fix CMake files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.bb
index bca4c545..6fd64d27 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.bb
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.bb
@@ -65,6 +65,10 @@ do_install_ptest_base_prepend() {
65 mv ${D}${libdir}/libmock_engine.so ${D}${PTEST_PATH}/ 65 mv ${D}${libdir}/libmock_engine.so ${D}${PTEST_PATH}/
66} 66}
67 67
68# Otherwise e.g. ros-openvino-toolkit-dynamic-vino-sample when using dldt-inference-engine uses dldt-inference-engine WORKDIR
69# instead of RSS
70SSTATE_SCAN_FILES_append = " *.cmake"
71
68FILES_${PN}-dev = "${includedir} \ 72FILES_${PN}-dev = "${includedir} \
69 ${libdir}/cmake \ 73 ${libdir}/cmake \
70 ${libdir}/libinference_engine.so \ 74 ${libdir}/libinference_engine.so \