From 17eb891cc163a66ddc60a38c7b851ae16cfe13eb Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 25 Dec 2014 18:10:55 +0100 Subject: [PATCH] osmo-bts: Upgrade osmo-bts to latest master We want to have the sysmobts-mgr that will do temperature management and protect us from overheating. --- 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 94c2d3c..8136e90 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 = "04585dd90a1439e256d54affe4ccea113455cbe7" +SRCREV_osmobts = "c265bef48c414ca6c135f803c0c5dfdecbeece72" SRCREV_openbsc = "a4faeb1a79eac3c8d333ded27600228cc5e3a71b" PV = "0.4.3+git${SRCPV}" PR = "r15.${META_TELEPHONY_OSMO_INC}"