osmo-bts: Correct the OpenBSC git revision

This commit is contained in:
Holger Hans Peter Freyther 2014-12-30 12:18:35 +01:00
parent c2c4b576ff
commit 7f2807877c
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ 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 \
git://git.osmocom.org/openbsc;protocol=git;branch=master;name=openbsc;destsuffix=openbsc"
git://git.osmocom.org/openbsc;protocol=git;branch=shared/31c3;name=openbsc;destsuffix=openbsc"
SRCREV_osmobts = "c328371b54ad76585a6427401a02e6846d139bff"
SRCREV_openbsc = "cc5208d8b1d89854bf733497dd90bad34601e021"
SRCREV_openbsc = "ffcdd0da7e2e05eed4eb77bcf51861fbcf89fb5c"
PV = "0.4.3+git${SRCPV}"
PR = "r15.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"