mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
f700571666
commit
369d0a0dc3
|
@ -61,7 +61,7 @@ DEPENDS += "libusb1 \
|
|||
pugixml \
|
||||
ngraph \
|
||||
tbb \
|
||||
${@bb.utils.contains('PTEST_ENABLED', '1', 'gflags', '0', d)} \
|
||||
${@bb.utils.contains('PTEST_ENABLED', '1', 'gflags', '', d)} \
|
||||
"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64).*-linux'
|
||||
|
|
Loading…
Reference in New Issue
Block a user