use relative url for submodules
Change-Id: I3445dfb7b62888a2f6674fdebd364fb1727c61aa
This commit is contained in:
parent
1f725147f3
commit
3ae790b065
|
@ -1,12 +1,12 @@
|
|||
[submodule "third_party/cmsis"]
|
||||
path = third_party/cmsis
|
||||
url = https://gitee.com/openharmony/third_party_cmsis.git
|
||||
url = ../third_party_cmsis.git
|
||||
branch = .
|
||||
[submodule "third_party/bounds_checking_function"]
|
||||
path = third_party/bounds_checking_function
|
||||
url = https://gitee.com/openharmony/third_party_bounds_checking_function.git
|
||||
url = ../third_party_bounds_checking_function.git
|
||||
branch = .
|
||||
[submodule "third_party/FatFs"]
|
||||
path = third_party/FatFs
|
||||
url = https://gitee.com/openharmony/third_party_FatFs.git
|
||||
url = ../third_party_FatFs.git
|
||||
branch = .
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit fb2d8394023a6eef12c5bd3eda8978f5e294e070
|
||||
Subproject commit c9c6b40b5ce3cc87735229cd2b4b25eab98efb78
|
|
@ -1 +1 @@
|
|||
Subproject commit ebef58f44419d0694e984d25acac231e737d60ff
|
||||
Subproject commit 7052dd04a101eaf6a8f5acba8b675cdda4778d0a
|
Loading…
Reference in New Issue