From fc05401420890acd10d07d1ad6152154bd788150 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 25 Jun 2018 17:07:45 +0200 Subject: obs-nightly: Upgrade to newer required limesuite osmo-trx-lms requires limesuite newer than 17.02, as there were a lot of features and bug fixes which osmo-trx relies on. Furthermore, osmo-trx-lms cannot build with that version since it doesn't provide yet a pkgconfig file. We cannot use latest tagged release (18.06) since that version has some build related bugs which have been fixed later on (c1496679cadff2913cacdaa84afe93bbee76d8e4), hence why we are using latest available master instead. Change-Id: If47a3767c7fefbb75923cbfc8eeb921e29393285 --- scripts/osmocom-nightly-packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh index 1f38116..3659d70 100755 --- a/scripts/osmocom-nightly-packages.sh +++ b/scripts/osmocom-nightly-packages.sh @@ -118,7 +118,7 @@ download_bumpversion() { } checkout_limesuite() { - TAG="v17.12.0" + TAG="01e2d00c5005b85d1f94cca02881756a72e35e2a" cd "$REPO" git clone https://github.com/myriadrf/LimeSuite limesuite @@ -164,7 +164,7 @@ build_osmocom() { checkout rtl-sdr checkout osmo-fl2k - build limesuite no_commit --git-upstream-tree=v17.12.0 + build limesuite no_commit --git-upstream-tree=01e2d00c5005b85d1f94cca02881756a72e35e2a build libosmocore build libosmo-sccp build libosmo-abis -- cgit v1.2.3