osmo-bts: Upgrade to master and install the sysmobts-mgr.service

This commit is contained in:
Holger Hans Peter Freyther 2014-02-04 13:41:45 +01:00
parent 93953d3dd9
commit 5aa0de1de3
1 changed files with 4 additions and 2 deletions

View File

@ -4,10 +4,10 @@ LIC_FILES_CHKSUM="file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=sysmocom/0.3.0-next;name=osmobts;destsuffix=git \
git://git.osmocom.org/openbsc;protocol=git;branch=master;name=openbsc;destsuffix=openbsc"
SRCREV_osmobts = "2e93a8683ca5f644d365380ef55d657598af6c7f"
SRCREV_osmobts = "1375a4b15316f2971dae284fff4ab6697c79621d"
SRCREV_openbsc = "6419018e6809924d56d764ba195cbce4c57776f2"
PV = "0.3.0+git${SRCPV}"
PR = "r2.${META_TELEPHONY_OSMO_INC}"
PR = "r3.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
SRCREV_FORMAT = "openbsc-rosmobts"
@ -43,7 +43,9 @@ do_install_append() {
# 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/
install -m 0644 ${S}/contrib/sysmobts-mgr.service ${D}${systemd_unitdir}/system/
ln -sf ../sysmobts.service ${D}${systemd_unitdir}/system/multi-user.target.wants/
ln -sf ../sysmobts-mgr.service ${D}${systemd_unitdir}/system/multi-user.target.wants/
}
do_install_append_sysmobts-v2() {