osmo-bts: Fix the CONFFILES_${PN} introduced recently

Daniel noticed that on upgrade his /etc/osmocom/osmo-bts.cfg
was overwritten. This was due the addition of the sysmobts-mgr
config file and using an assignment instead of an append.
This commit is contained in:
Holger Hans Peter Freyther 2014-05-21 17:58:11 +02:00
parent f3117eaa22
commit 3fbe647e14
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=sysmocom/featu
SRCREV_osmobts = "0a1699ff8a5462c167c24e8b28186abb26331698"
SRCREV_openbsc = "1b148ec1009c32faea269331836e366cfff7d18e"
PV = "0.4.1+git${SRCPV}"
PR = "r6.${META_TELEPHONY_OSMO_INC}"
PR = "r7.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
SRCREV_FORMAT = "openbsc-rosmobts"
@ -54,7 +54,7 @@ do_install_append_sysmobts-v2() {
}
CONFFILES_${PN} = "${sysconfdir}/osmocom/osmo-bts.cfg"
CONFFILES_${PN} = "${sysconfdir}/osmocom/osmobts-mgr.cfg"
CONFFILES_${PN} += "${sysconfdir}/osmocom/osmobts-mgr.cfg"
INITSCRIPT_PACKAGES = "${PN}"
INITSCRIPT_NAME_${PN} = "sysmobts"
INITSCRIPT_PARAMS_${PN} = "defaults 30 30"