From 15a7512503e70949681e6ba771c70756c90db491 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 7 Sep 2022 11:01:22 +0200 Subject: [PATCH] osmo-bts: Depend on libosmo-netif Since osmo-bts.git a2dc808acc5b99122e97c9013cb1ec2ae0c4a2a1, osmo-bts depends on libosmo-netif. Let's add the dependency when building. --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 1c08587..846001b 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788" SRC_URI = "git://gerrit.osmocom.org/osmo-bts;protocol=https;destsuffix=git" SRCREV = "${AUTOREV}" PV = "1.5.0+git${SRCPV}" -PR = "r0.${META_TELEPHONY_OSMO_INC}" +PR = "r1.${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"