From 917653ca156cacb694ccf3d1554b1520200b1317 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 1 Nov 2022 21:13:37 +0800 Subject: [PATCH] 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 --- .../recipes-opencv/dldt/dldt-model-optimizer_2020r1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ learning models for optimal execution on end-point target devices." HOMEPAGE = "https://01.org/openvinotoolkit" -SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https \ +SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;lfs=0 \ " SRCREV = "b2140c083a068a63591e8c2e9b5f6b240790519d"