From 76ece5080217cc302dea99d9be4985cede4daabe Mon Sep 17 00:00:00 2001 From: Thierry Escande <thierry.escande@huawei.com> Date: Tue, 7 Jun 2022 09:09:16 +0200 Subject: [PATCH] openharmony-standard: Add source mirror to PREMIRRORS Use PREMIRRORS instead of MIRRORS for source mirror to speed up fetch jobs. Signed-off-by: Thierry Escande <thierry.escande@huawei.com> --- .../openharmony/openharmony-standard-sources-3.1.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-openharmony/openharmony/openharmony-standard-sources-3.1.inc b/recipes-openharmony/openharmony/openharmony-standard-sources-3.1.inc index ef36a907..abb30d7f 100644 --- a/recipes-openharmony/openharmony/openharmony-standard-sources-3.1.inc +++ b/recipes-openharmony/openharmony/openharmony-standard-sources-3.1.inc @@ -14,7 +14,7 @@ OH_SRCDIR = "src" S = "${WORKDIR}/${OH_SRCDIR}" # This China mirror backs up gitee source repositories -MIRRORS:append = " git://gitee.com/.* http://114.116.235.68/source-mirror/ \n " +PREMIRRORS:append = " git://gitee.com/.* http://114.116.235.68/source-mirror/ \n " SRC_URI += "${GITEE_URL}/applications_hap.git;protocol=https;nobranch=1;branch=OpenHarmony-v3.1-Release;rev=e2edb8a0804ecf020b5dffdb6493ef386a9d688b;destsuffix=${OH_SRCDIR}/applications/standard/hap" SRC_URI += "${GITEE_URL}/ark_js_runtime.git;protocol=https;nobranch=1;branch=OpenHarmony-v3.1-Release;rev=7496452bc10b8f88d624eab6ade1d856ca526e9a;destsuffix=${OH_SRCDIR}/ark/js_runtime" -- GitLab