Update osmocom versions to point to current master

This commit is contained in:
Pau Espin 2017-09-26 14:49:22 +02:00
parent 373fd0eda7
commit 1af75ceceb
2 changed files with 8 additions and 8 deletions

View File

@ -1,13 +1,13 @@
DESCRIPTION = "sysmocom OsmoBTS"
LICENSE = "AGPLv3"
LIC_FILES_CHKSUM="file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
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 = "69ec4a419edee4f00a104c59a78b530eaf85382a"
SRCREV_openbsc = "b13196dea30aa8bd4c530373632285716375e32d"
PV = "0.4.3+git${SRCPV}"
PR = "r20.${META_TELEPHONY_OSMO_INC}"
SRCREV_osmobts = "9605b695fab690682024128cd580b288906fbb24"
SRCREV_openbsc = "3ae8682f974058970fa564f09a34a51e867b896b"
PV = "0.6.0+git${SRCPV}"
PR = "r0.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
SRCREV_FORMAT = "openbsc-rosmobts"

View File

@ -1,11 +1,11 @@
DESCRIPTION = "Osmocom PCU for sysmoBTS"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM="file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=master"
SRCREV = "0cd8e4eadea3fc4ec709b102e428f7a47836a7e3"
SRCREV = "5b0df1f1c52803ae01c406081efacfdd19a24d4c"
PV = "0.4+git${SRCPV}"
PR = "r5.${META_TELEPHONY_OSMO_INC}"
PR = "r0.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
DEPENDS = "libosmocore osmo-bts"