jenkins: remove openbsc dependency

The dependency on OpenBSC has been removed in
ec33b0397f so we can drop it from jenkins
scripts too.

Change-Id: Ie28d444f2154f5b4bbbd9a1cb45b74ebca890cb1
This commit is contained in:
Max 2017-10-10 13:26:33 +02:00
parent 236269397e
commit 2d3aa02ba3
1 changed files with 1 additions and 3 deletions

View File

@ -35,11 +35,9 @@ build_bts() {
cd $deps
osmo-deps.sh libosmocore
osmo-deps.sh openbsc
conf_flags="--with-openbsc=$deps/openbsc/openbsc/include"
cd $base
shift
conf_flags="$conf_flags $*"
conf_flags="$*"
autoreconf --install --force
./configure $conf_flags
$MAKE $PARALLEL_MAKE