summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-08-26 23:03:00 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-08-27 09:55:39 +0800
commitef726f1ba8af1634cb6f87e5f87d654c5443af07 (patch)
tree104036cd178bb85a1c5c784656966eeb9633f4b0
parent011b2d6c1922d99ac90827cd894616943e592d4f (diff)
downloadmeta-intel-ef726f1ba8af1634cb6f87e5f87d654c5443af07.tar.gz
openvino-model-optimizer: upgrade 2021.3 -> 2021.4
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.4.bb (renamed from dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb)6
1 files changed, 4 insertions, 2 deletions
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.4.bb
index aef47604..b38d419b 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.4.bb
@@ -5,9 +5,9 @@ environment, performs static model analysis, and adjusts deep \
5learning models for optimal execution on end-point target devices." 5learning models for optimal execution on end-point target devices."
6HOMEPAGE = "https://01.org/openvinotoolkit" 6HOMEPAGE = "https://01.org/openvinotoolkit"
7 7
8SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2021/3;lfs=0 \ 8SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2021/4;lfs=0 \
9 " 9 "
10SRCREV = "c5f7ad383e654dfb4a5ac0805323cf8d43426b3f" 10SRCREV = "5cee8bbf29797f4544b343e803de957e9f041f92"
11 11
12LICENSE = "Apache-2.0" 12LICENSE = "Apache-2.0"
13LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 13LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
@@ -27,6 +27,8 @@ RDEPENDS:${PN} += " \
27 python3-defusedxml \ 27 python3-defusedxml \
28 python3-networkx \ 28 python3-networkx \
29 python3-test-generator \ 29 python3-test-generator \
30 python3-requests \
31 python3-urllib3 \
30 bash \ 32 bash \
31 " 33 "
32 34