From e512a0a3632a3e350d301051c3413e86bb4ad4c9 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 25 Aug 2014 08:22:10 +0200 Subject: [PATCH] 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 --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 029d471..44a57e2 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -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"