From 0584f638797a816b29b909d4611d5a099df7bbc1 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Sat, 31 Jul 2021 17:47:03 +0800 Subject: Convert to new override syntax Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal --- .../recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dynamic-layers/meta-python/recipes-opencv/dldt') diff --git a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb index 697c8579..aef47604 100644 --- a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb +++ b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb @@ -21,7 +21,7 @@ do_install() { cp -r model-optimizer ${D}${datadir}/openvino/ } -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ python3-numpy \ python3-protobuf \ python3-defusedxml \ @@ -30,4 +30,4 @@ RDEPENDS_${PN} += " \ bash \ " -FILES_${PN} += "${datadir}/openvino" +FILES:${PN} += "${datadir}/openvino" -- cgit v1.2.3-54-g00ecf