aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-11 08:35:26 +0800
committerHarald Welte <laforge@gnumonks.org>2017-10-11 08:44:23 +0800
commite314bfe2470da22b3e6ee1a4993d6dba9354d100 (patch)
tree61a08a03d204647377a242d1828b7f45d4351c29
parent171bfc2dd70acbe87c96e11c3858bdb8562e5363 (diff)
coverity: osmo-bts now builds without openbsc
-rwxr-xr-xcoverity/build_Osmocom.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 1a4b5a5..9e5607d 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -51,13 +51,9 @@ build_openbsc() {
}
build_osmobts() {
- #IU pushd openbsc/openbsc
- #IU git checkout master
- #IU git pull --rebase
- #IU popd
pushd osmo-bts
- do_build --enable-sysmocom-bts --with-openbsc="$src_dir/openbsc/openbsc/include"
+ do_build --enable-sysmocom-bts
popd
}