From 5b7eff1c9595bfc95d9fbfac6fc343d4250ebab1 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 11 Jan 2013 17:45:18 +0100 Subject: [PATCH] update osmo-bts to current git head this introduces (among other things) pcu start + re-spawning support --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 9969df4..aa7a729 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -4,8 +4,8 @@ LIC_FILES_CHKSUM="file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788" SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=master;name=osmobts;destsuffix=git \ git://git.osmocom.org/openbsc;protocol=git;branch=master;name=openbsc;destsuffix=openbsc" -SRCREV_osmobts = "0d30b5d81863fb70c6270fe1ffefe4fd426b0cd3" -SRCREV_openbsc = "25b70cea9d9521b081ea0cc524f5d157a1b89baf" +SRCREV_osmobts = "24b2128e2975f14f9941caa156890480005df81e" +SRCREV_openbsc = "f2621e506de5fdbe7d800c4b1a9e764d7c9cdeef" PV = "0.1.0+git${SRCPV}" PR = "r6.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git" @@ -35,6 +35,7 @@ do_install_append() { install -d ${D}${sysconfdir}/osmocom install -m 0660 ${S}/doc/examples/osmo-bts.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/ install -d ${D}${sysconfdir}/init.d install -m 0755 ${S}/contrib/sysmobts.init ${D}${sysconfdir}/init.d/sysmobts