osmo-bts: clean systemd service install

Simplfies the recipe, preparation to change systemd service name from upsream.
This commit is contained in:
Pau Espin 2017-04-04 18:11:29 +02:00
parent f8073e70f0
commit a69a9e6a8e
1 changed files with 5 additions and 11 deletions

View File

@ -17,8 +17,9 @@ RCONFLICTS_${PN} = "sysmobts-firmware (< 5.1)"
EXTRA_OECONF += "--enable-sysmocom-bts"
inherit autotools update-rc.d pkgconfig
inherit autotools update-rc.d pkgconfig systemd
SYSTEMD_SERVICE_${PN} = "sysmobts.service"
# Select the API version
inherit femtobts_api
@ -42,15 +43,9 @@ do_install_append() {
install -d ${D}${sysconfdir}/init.d
install -m 0755 ${S}/contrib/sysmobts.init ${D}${sysconfdir}/init.d/sysmobts
# Install systemd and enable on sysinit
install -d ${D}${systemd_unitdir}/system/multi-user.target.wants/
install -m 0644 ${S}/contrib/sysmobts.service ${D}${systemd_unitdir}/system/
ln -sf ../sysmobts.service ${D}${systemd_unitdir}/system/multi-user.target.wants/
# Future sysmobts-mgr handling
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/
# Install systemd services (enabled by default)
install -d ${D}/${systemd_unitdir}/system
install -m 644 ${S}/contrib/*.service ${D}/${systemd_unitdir}/system
}
do_install_append_sysmobts-v2() {
@ -65,7 +60,6 @@ INITSCRIPT_PARAMS_${PN} = "defaults 30 30"
PACKAGES =+ "osmo-bts-remote sysmobts-calib sysmobts-util"
FILES_${PN} += "${systemd_unitdir}"
FILES_osmo-bts-remote = " ${bindir}/sysmobts-remote "
FILES_sysmobts-calib = " ${bindir}/sysmobts-calib "
FILES_sysmobts-util = " ${bindir}/sysmobts-util "