summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2022-11-01 21:13:37 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-11-01 21:13:37 +0800
commit917653ca156cacb694ccf3d1554b1520200b1317 (patch)
treedce9b2f75870d93f851e7077764ec70592110cf4
parent4497c120761d4da98836935925ebdad04c4aaa5e (diff)
downloadmeta-intel-917653ca156cacb694ccf3d1554b1520200b1317.tar.gz
dldt-model-optimizer: dont try to fetch lfs content
Otherwise we'll start getting failures when git-lfs isn't installed on host. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/meta-python/recipes-opencv/dldt/dldt-model-optimizer_2020r1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/meta-python/recipes-opencv/dldt/dldt-model-optimizer_2020r1.bb b/dynamic-layers/meta-python/recipes-opencv/dldt/dldt-model-optimizer_2020r1.bb
index 49609487..feeb036b 100644
--- a/dynamic-layers/meta-python/recipes-opencv/dldt/dldt-model-optimizer_2020r1.bb
+++ b/dynamic-layers/meta-python/recipes-opencv/dldt/dldt-model-optimizer_2020r1.bb
@@ -5,7 +5,7 @@ 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 \ 8SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;lfs=0 \
9 " 9 "
10SRCREV = "b2140c083a068a63591e8c2e9b5f6b240790519d" 10SRCREV = "b2140c083a068a63591e8c2e9b5f6b240790519d"
11 11