From bf2a3bdb18fdca17ee31b0e00a32524fa68c9387 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 21 Aug 2014 15:24:19 +0200 Subject: [PATCH] osmo-bts: Install the sysmobts-mgr.service and link it Just because the the VTY/alarm handling was broken, we still want to run the sysmobts-mgr.service to gain a response for ipaccess-find. --- 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 dde9d34..6c1f740 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 = "a19912db347af14dd7eec0fea5c897875f1ddf5a" SRCREV_openbsc = "9b6258059598e1220c0af447c476c205eba619ee" PV = "0.4.3+git${SRCPV}" -PR = "r13.${META_TELEPHONY_OSMO_INC}" +PR = "r14.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git" SRCREV_FORMAT = "openbsc-rosmobts" @@ -48,8 +48,8 @@ do_install_append() { # Future sysmobts-mgr handling #install -m 0660 ${S}/doc/examples/osmobts-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/ + 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/ } do_install_append_sysmobts-v2() {