osmo-bts/osmo-pcu: Specify the right branch for dizzy

With a wrong branch name the commit can not be found. Fix it.
This commit is contained in:
Holger Hans Peter Freyther 2014-09-26 11:24:16 +02:00
parent f028093d92
commit 40c70870b7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ DESCRIPTION = "sysmocom OsmoBTS"
LICENSE = "AGPLv3"
LIC_FILES_CHKSUM="file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=sysmocom/features/handover;name=osmobts;destsuffix=git \
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_openbsc = "a4faeb1a79eac3c8d333ded27600228cc5e3a71b"

View File

@ -2,7 +2,7 @@ DESCRIPTION = "Osmocom PCU for sysmoBTS"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM="file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=sysmocom/master"
SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=master"
SRCREV = "f3405e5b0342362d5d592f013014847a4dc135d8"
PV = "0.4+git${SRCPV}"
PR = "r2.${META_TELEPHONY_OSMO_INC}"