From: Sophon Date: 星期四, 12 Aug 2021 04:58:01 +0000 (+0800) Subject: Fix duplication in submodules X-Git-Tag: v1.0~7 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=eea85ab564ceb16dac2a035c619d6a86c69022e6;p=edk2-sdm845.git Fix duplication in submodules Signed-off-by: Sophon --- diff --git a/build.sh b/build.sh index 4f55be6..e442370 100755 --- a/build.sh +++ b/build.sh @@ -105,7 +105,6 @@ then set -e git submodule init;git submodule update --depth 1 pushd edk2 - git submodule set-url ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 https://hub.fastgit.org/ucb-bar/berkeley-softfloat-3.git git submodule set-url CryptoPkg/Library/OpensslLib/openssl https://hub.fastgit.org/openssl/openssl.git git submodule set-url BaseTools/Source/C/BrotliCompress/brotli https://hub.fastgit.org/google/brotli.git git submodule set-url UnitTestFrameworkPkg/Library/CmockaLib/cmocka https://git.cryptomilk.org/projects/cmocka.git