osmo-bts: Depend on libosmo-netif

Since osmo-bts.git a2dc808acc5b99122e97c9013cb1ec2ae0c4a2a1, osmo-bts
depends on libosmo-netif. Let's add the dependency when building.
This commit is contained in:
Pau Espin 2022-09-07 11:01:22 +02:00
parent 9a554791fe
commit 3fc844e59a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ PV = "1.6.0+git${SRCPV}"
PR = "r0.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
DEPENDS = "libosmocore libosmo-abis femtobts-api gpsd"
DEPENDS = "libosmocore libosmo-abis libosmo-netif femtobts-api gpsd"
DEPENDS_append_sysmobts-v2 = " femtobts-api"
DEPENDS_append_sysmobts2100 = " lc15-firmware"
DEPENDS_append_oc2g = " oc2g-firmware systemd"