From db9aeaed4c67b41c30be9db08b2ea4e193567bae Mon Sep 17 00:00:00 2001 From: Robert Drab <robert.drab@huawei.com> Date: Wed, 27 Jul 2022 16:58:19 +0200 Subject: [PATCH] openharmony-standard-sources-3.0.inc: Add signcenter component This component is needed for signing hap packages and therefore required to build ACTS. Signed-off-by: Robert Drab <robert.drab@huawei.com> --- .../openharmony/openharmony-standard-sources-3.0.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-openharmony/openharmony/openharmony-standard-sources-3.0.inc b/recipes-openharmony/openharmony/openharmony-standard-sources-3.0.inc index a22f2b3..e1441ad 100644 --- a/recipes-openharmony/openharmony/openharmony-standard-sources-3.0.inc +++ b/recipes-openharmony/openharmony/openharmony-standard-sources-3.0.inc @@ -153,6 +153,7 @@ SRC_URI += "${GITEE_URL}/third_party_zlib.git;protocol=https;nobranch=1;branch=O SRC_URI += "${GITEE_URL}/utils.git;protocol=https;nobranch=1;branch=OpenHarmony-v3.0.1-LTS;rev=061ca56baf4817fb43d1e151734ac0903ed66b02;destsuffix=${OH_SRCDIR}/utils" SRC_URI += "${GITEE_URL}/utils_native.git;protocol=https;nobranch=1;branch=OpenHarmony-v3.0.1-LTS;rev=182f938ddc964629a43838eed425f736a2ad9b6f;destsuffix=${OH_SRCDIR}/utils/native" SRC_URI += "${GITEE_URL}/resources.git;protocol=https;nobranch=1;branch=OpenHarmony-v3.0.1-LTS;rev=b2263816741a1d612b91d0a5cc64ec1500a3ac2b;destsuffix=${OH_SRCDIR}/utils/resources" +SRC_URI += "${GITEE_URL}/signcenter_tool.git;protocol=https;nobranch=1;branch=OpenHarmony-v3.0.1-LTS;rev=3e26d612c8beeb7d9ac6ff2348b3e981b3b75979;destsuffix=${OH_SRCDIR}/prebuilts/signcenter" # TODO: This should be removed whenever upstream OpenHarmony provides qemu # compatible gralloc implementation. Currently we have to use OpenHarmony 3.1 -- GitLab