summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.1.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.1.bb
index b9767517..1074cf6d 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.1.bb
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.1.bb
@@ -61,7 +61,7 @@ DEPENDS += "libusb1 \
61 pugixml \ 61 pugixml \
62 ngraph \ 62 ngraph \
63 tbb \ 63 tbb \
64 ${@bb.utils.contains('PTEST_ENABLED', '1', 'gflags', '0', d)} \ 64 ${@bb.utils.contains('PTEST_ENABLED', '1', 'gflags', '', d)} \
65 " 65 "
66 66
67COMPATIBLE_HOST = '(x86_64).*-linux' 67COMPATIBLE_HOST = '(x86_64).*-linux'