osmo-bts: Package the sysmobts-mgr.cfg again

The sysmobts-mgr regained VTY support and now has a configuration
file again. Install it and declare it as a conffile
This commit is contained in:
Holger Hans Peter Freyther 2014-08-25 08:22:10 +02:00
parent b4d90d2582
commit e512a0a363
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=sysmocom/featu
SRCREV_osmobts = "1fb66c8e6a2f79f48b0a79946f6f844e29527817"
SRCREV_openbsc = "5160996d4a24fdb9faf0317c489689b5c31eebee"
PV = "0.4.3+git${SRCPV}"
PR = "r14.${META_TELEPHONY_OSMO_INC}"
PR = "r15.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
SRCREV_FORMAT = "openbsc-rosmobts"
@ -47,7 +47,7 @@ do_install_append() {
ln -sf ../sysmobts.service ${D}${systemd_unitdir}/system/multi-user.target.wants/
# Future sysmobts-mgr handling
#install -m 0660 ${S}/doc/examples/osmobts-mgr.cfg ${D}${sysconfdir}/osmocom
install -m 0660 ${S}/doc/examples/sysmobts-mgr.cfg ${D}${sysconfdir}/osmocom
install -m 0644 ${S}/contrib/sysmobts-mgr.service ${D}${systemd_unitdir}/system/
ln -sf ../sysmobts-mgr.service ${D}${systemd_unitdir}/system/multi-user.target.wants/
}
@ -57,7 +57,7 @@ do_install_append_sysmobts-v2() {
}
CONFFILES_${PN} = "${sysconfdir}/osmocom/osmo-bts.cfg"
#CONFFILES_${PN} += "${sysconfdir}/osmocom/osmobts-mgr.cfg"
CONFFILES_${PN} += "${sysconfdir}/osmocom/sysmobts-mgr.cfg"
INITSCRIPT_PACKAGES = "${PN}"
INITSCRIPT_NAME_${PN} = "sysmobts"
INITSCRIPT_PARAMS_${PN} = "defaults 30 30"