osmo-bts: Make sure to install osmobts-mgr.cfg

This commit is contained in:
Harald Welte 2014-05-19 12:59:32 +02:00
parent 30caceef90
commit 6dbc14b02c
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=sysmocom/featu
SRCREV_osmobts = "b4280963c0a236f3676ff4d5a191943ad63b7e69" SRCREV_osmobts = "b4280963c0a236f3676ff4d5a191943ad63b7e69"
SRCREV_openbsc = "1b148ec1009c32faea269331836e366cfff7d18e" SRCREV_openbsc = "1b148ec1009c32faea269331836e366cfff7d18e"
PV = "0.4.1+git${SRCPV}" PV = "0.4.1+git${SRCPV}"
PR = "r5.${META_TELEPHONY_OSMO_INC}" PR = "r6.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV_FORMAT = "openbsc-rosmobts" SRCREV_FORMAT = "openbsc-rosmobts"
@ -34,6 +34,7 @@ do_compile_append_sysmobts-v2() {
do_install_append() { do_install_append() {
install -d ${D}${sysconfdir}/osmocom install -d ${D}${sysconfdir}/osmocom
install -m 0660 ${S}/doc/examples/osmo-bts.cfg ${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.sh ${D}${sysconfdir}/osmocom/
install -m 0755 ${S}/contrib/respawn-only.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/ 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/osmo-bts.cfg"
CONFFILES_${PN} = "${sysconfdir}/osmocom/osmobts-mgr.cfg"
INITSCRIPT_PACKAGES = "${PN}" INITSCRIPT_PACKAGES = "${PN}"
INITSCRIPT_NAME_${PN} = "sysmobts" INITSCRIPT_NAME_${PN} = "sysmobts"
INITSCRIPT_PARAMS_${PN} = "defaults 30 30" INITSCRIPT_PARAMS_${PN} = "defaults 30 30"