This means that clones now have to use 'git clone --recursive' or existing clones have to manually do 'git submodule init && git submodule update'. The advantage is that the new library submodule can be used from other projects like osmo-cc-* without code duplication.pull/2/head
parent
5c474118b1
commit
917662e867
@ -0,0 +1,3 @@ |
||||
[submodule "src/lib"] |
||||
path = src/lib |
||||
url = https://gitea.osmocom.org/cellular-infrastructure/osmocom-analog-libraries.git |
@ -0,0 +1 @@ |
||||
Subproject commit 6a0f59412d138f434b97cd7e8dacb59cc61c135d |
Loading…
Reference in new issue