contrib: osmo-bts now depends on libosmo-netif

Since osmo-bts.git a2dc808acc5b99122e97c9013cb1ec2ae0c4a2a1, osmo-bts
depends on libosmo-netif. Let's add the dependency when building.

Change-Id: I8e40b2de19ecfca084780f69808c7030817e43d7
This commit is contained in:
Pau Espin 2022-09-07 10:58:30 +02:00
parent 882b8aee01
commit 93d3b9df9d
3 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@ L1_OC2G_HEADERS="$PWD/oc2g-fw/inc"
build_repo libosmocore --disable-pcsc --disable-libmnl --disable-doxygen --disable-gnutls --disable-detect-tls-gcc-arm-bug
build_repo libosmo-abis --disable-dahdi
build_repo libosmo-netif --disable-doxygen
build_repo osmo-bts --disable-sysmocom-bts --enable-oc2g --with-oc2g="$L1_OC2G_HEADERS"
create_bin_tgz osmo-bts-oc2g

View File

@ -20,6 +20,7 @@ prefix_real="$DESTDIR$prefix"
build_repo libosmocore --disable-pcsc --disable-libmnl --disable-doxygen --disable-gnutls --disable-detect-tls-gcc-arm-bug
build_repo libosmo-abis --disable-dahdi
build_repo libosmo-netif --disable-doxygen
build_repo osmo-bts --enable-sysmocom-bts --with-openbsc=$base/openbsc/openbsc/include
create_bin_tgz osmo-bts-sysmo

View File

@ -8,6 +8,7 @@ have_repo octphy-2g-headers
build_repo libosmocore ${SANITIZE_FLAGS} --disable-doxygen
build_repo libosmo-abis ${SANITIZE_FLAGS} --disable-dahdi
build_repo libosmo-netif ${SANITIZE_FLAGS} --disable-doxygen
build_repo osmo-bts ${SANITIZE_FLAGS} --enable-trx --with-openbsc=$base/openbsc/openbsc/include --enable-octphy --with-octsdr-2g=$base/octphy-2g-headers
create_bin_tgz "osmo-bts-trx osmo-bts-octphy osmo-bts-virtual"