task-sysmocom: Remove no longer used osmo-bsc-mgcp

Since osmo-msc a2353c69cc3d2ccc7caee4571b3b8d2a98961150 and
osmo-bsc 3561bd48976dbee8dbd4659dad15be85a3e79ace osmo-bsc-mgcp support
is dropped in favour of osmo-mgw and one instance of osmo-mgw can be
shared between osmo-msc and osmo-bsc.
This commit is contained in:
Pau Espin 2018-03-23 16:36:34 +01:00
parent 6c3b089c8f
commit 09ad4b6153
3 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@ etc/ifplugd.sh
etc/network/interfaces
etc/openvpn
etc/opkg/sysmocom-config.conf
etc/osmocom/osmo-bsc-mgcp.cfg
etc/osmocom/osmo-mgw.cfg
etc/osmocom/osmo-bsc.cfg
etc/osmocom/osmo-bts.cfg
etc/osmocom/osmo-nitb.cfg

View File

@ -1,7 +1,7 @@
DESCRIPTION = "sysmocom config backup and restore scripts"
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r13"
PR = "r14"
SRC_URI = " \
file://sysmocom-backup \

View File

@ -4,14 +4,13 @@ LIC_FILES_CHKSUM = " \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
DEPENDS = "virtual/kernel"
ALLOW_EMPTY_${PN} = "1"
PR = "r15"
PR = "r16"
RDEPENDS_${PN} = "\
task-sysmocom-tools \
task-gprscore \
osmo-bsc \
osmo-mgw \
osmo-bsc-mgcp \
osmo-msc \
osmo-hlr \
osmo-stp \