aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/osmocom-latest-packages.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/osmocom-latest-packages.sh b/scripts/osmocom-latest-packages.sh
index f983d05..62a6da0 100755
--- a/scripts/osmocom-latest-packages.sh
+++ b/scripts/osmocom-latest-packages.sh
@@ -128,6 +128,7 @@ build_osmocom() {
checkout osmo-msc
checkout osmo-bsc
checkout simtrace2
+ checkout libosmo-dsp
build limesuite --git-upstream-tree="$(get_last_tag limesuite)"
build libosmocore
@@ -152,6 +153,7 @@ build_osmocom() {
build osmo-msc
build osmo-bsc
build simtrace2
+ build libosmo-dsp
cd "$TOP/$PROJ"
osc ci -m "Latest Tagged versions of $DT"