summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-06-12 16:51:18 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-06-12 16:51:18 +0800
commitf1b138cb99ddd95976aa595e5d312bbab53dd0ee (patch)
tree7ca2627b763ddfa345f9ef2038d2c89723bc96f9
parentb940cd9d23ae21ddc0d68882ffbbd4d0dc29d5a5 (diff)
downloadmeta-intel-f1b138cb99ddd95976aa595e5d312bbab53dd0ee.tar.gz
openvino-model-optimizer: upgrade 2020.1 -> 2020.3
The repository location and name has changed. Release notes: https://software.intel.com/content/www/us/en/develop/articles/openvino-2020-3-lts-relnotes.html Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2020.3.0.bb (renamed from dynamic-layers/meta-python/recipes-opencv/dldt/dldt-model-optimizer_2020r1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/meta-python/recipes-opencv/dldt/dldt-model-optimizer_2020r1.bb b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2020.3.0.bb
index 26068acc..0964197f 100644
--- a/dynamic-layers/meta-python/recipes-opencv/dldt/dldt-model-optimizer_2020r1.bb
+++ b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2020.3.0.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/opencv/dldt.git;protocol=git;branch=2020 \ 8SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2020/3 \
9 " 9 "
10SRCREV = "b2140c083a068a63591e8c2e9b5f6b240790519d" 10SRCREV = "2fe9b1523058e282ad374db7dc1b3538c7d2dd27"
11 11
12LICENSE = "Apache-2.0" 12LICENSE = "Apache-2.0"
13LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 13LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"