aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-04-18 13:00:55 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-04-18 13:01:00 +0200
commitfb69674156eb1d1847a2f56b37bf03bc0fc91a4a (patch)
tree87721c131b80f13fc10ee8113d56b527fbd507be
parent61b9e76cb12f65f52104ded94dfac56e987630a8 (diff)
nightly-packages: Update limesuite hash to support LimeNet-Micro
Newer LimeSuite (at least 7557e291209fc66a78ffa74dd8314e75841f7c96) is required to have LimeNet-Micro working properly with osmo-trx. We update to current newest master since other fixes related to sample rate are applied after the commit mentioned above. Related: OS#3861 Change-Id: I62779f3bdbc4a459363a1d660d96d5f02f7763c1
-rwxr-xr-xscripts/osmocom-nightly-packages.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index 61cb250..0d4db2d 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -143,7 +143,7 @@ download_bumpversion() {
checkout_limesuite() {
cd "$REPO"
git clone https://github.com/myriadrf/LimeSuite limesuite
- TAG="$(get_last_tag limesuite)"
+ TAG="357ad5dd0d71304179d476b38e67240527d917df"
cd limesuite
git checkout "$TAG"
}
@@ -203,7 +203,7 @@ build_osmocom() {
create_osmo_trx_debian8_jessie
- build limesuite no_commit --git-upstream-tree="$(get_last_tag limesuite)"
+ build limesuite no_commit --git-upstream-tree="357ad5dd0d71304179d476b38e67240527d917df"
build osmo-gsm-manuals
build libosmocore
build libosmo-sccp