introduce git submodule for src/lib

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.
This commit is contained in:
Harald Welte 2022-05-01 13:25:16 +02:00
parent 5c474118b1
commit 917662e867
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "src/lib"]
path = src/lib
url = https://gitea.osmocom.org/cellular-infrastructure/osmocom-analog-libraries.git

1
src/lib Submodule

@ -0,0 +1 @@
Subproject commit 6a0f59412d138f434b97cd7e8dacb59cc61c135d