From 22573382674f3f036466dad5ff5cf03db0d66c2c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 16 Mar 2013 23:35:08 +0100 Subject: [PATCH] osmo-bts: Update once more for sysvinit related scripts * The /etc/init.d/sysmobts stop target is now working. It will terminate the screen, the run loop, the sysmobts and osmo-pcu. --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index d7e1b59..eb7aea5 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -4,7 +4,7 @@ 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 = "e45fc8635926f70b0e19d5214f1f8b8fd06068aa" +SRCREV_osmobts = "4ad8d4d3c0e46fa50fe421c6957db1ea4b048b62" SRCREV_openbsc = "8b29180cad875b396288a22fb252e158fa2a060a" PV = "0.1.0+git${SRCPV}" PR = "r8.${META_TELEPHONY_OSMO_INC}"