From 6dbc14b02cc230406411f993bd5febd98bfaa863 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 19 May 2014 12:59:32 +0200 Subject: [PATCH] osmo-bts: Make sure to install osmobts-mgr.cfg --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 63d0967..92a0b51 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 = "b4280963c0a236f3676ff4d5a191943ad63b7e69" SRCREV_openbsc = "1b148ec1009c32faea269331836e366cfff7d18e" PV = "0.4.1+git${SRCPV}" -PR = "r5.${META_TELEPHONY_OSMO_INC}" +PR = "r6.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git" SRCREV_FORMAT = "openbsc-rosmobts" @@ -34,6 +34,7 @@ do_compile_append_sysmobts-v2() { do_install_append() { install -d ${D}${sysconfdir}/osmocom install -m 0660 ${S}/doc/examples/osmo-bts.cfg ${D}${sysconfdir}/osmocom + install -m 0660 ${S}/doc/examples/osmobts-mgr.cfg ${D}${sysconfdir}/osmocom install -m 0755 ${S}/contrib/respawn.sh ${D}${sysconfdir}/osmocom/ install -m 0755 ${S}/contrib/respawn-only.sh ${D}${sysconfdir}/osmocom/ install -m 0644 ${S}/contrib/screenrc-sysmobts ${D}${sysconfdir}/osmocom/ @@ -53,6 +54,7 @@ do_install_append_sysmobts-v2() { } CONFFILES_${PN} = "${sysconfdir}/osmocom/osmo-bts.cfg" +CONFFILES_${PN} = "${sysconfdir}/osmocom/osmobts-mgr.cfg" INITSCRIPT_PACKAGES = "${PN}" INITSCRIPT_NAME_${PN} = "sysmobts" INITSCRIPT_PARAMS_${PN} = "defaults 30 30"