From 418db40fb60e09450153f1c368fecb0e48ac97fd Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 6 Jan 2015 19:24:31 +0100 Subject: [PATCH] osmo-bts: Build with calibration support on the BTS --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index a3009b9..c98eefd 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -2,12 +2,12 @@ DESCRIPTION = "sysmocom OsmoBTS" LICENSE = "AGPLv3" LIC_FILES_CHKSUM="file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788" -SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=shared/31c3;name=osmobts;destsuffix=git \ +SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=zecke/sysmobts-calibration;name=osmobts;destsuffix=git \ git://git.osmocom.org/openbsc;protocol=git;branch=master;name=openbsc;destsuffix=openbsc" -SRCREV_osmobts = "c328371b54ad76585a6427401a02e6846d139bff" +SRCREV_osmobts = "83a549a153a30b8bc7122e0ca2f99ea6fcb1ea44" SRCREV_openbsc = "142d12d829d4207e2fe7dee34b8d82dd89015615" PV = "0.4.3+git${SRCPV}" -PR = "r15.${META_TELEPHONY_OSMO_INC}" +PR = "r16.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git" SRCREV_FORMAT = "openbsc-rosmobts"