summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-01-30 13:34:31 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-01-30 15:05:38 +0800
commit369d0a0dc3666a757fb0a0069090287f8c023f75 (patch)
tree80bf215c3bbf64ed5fdf0fa79057359b93832569 /dynamic-layers
parentf700571666ae15f6bbbb912546be4812dc2f8495 (diff)
downloadmeta-intel-369d0a0dc3666a757fb0a0069090287f8c023f75.tar.gz
dldt-inference-engine: fix DEPENDS
Fix the dependency to be added when ptests are not enabled. Fixes: | ERROR: Nothing PROVIDES '0' (but /meta-intel/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.1.bb DEPENDS on or otherwise requires it) | ERROR: Required build target 'dldt-inference-engine' has no buildable providers. | Missing or unbuildable dependency chain was: ['dldt-inference-engine', '0'] Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-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'