summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers')
-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 \