osmo-{bts,pcu}: Update to latest release

This commit is contained in:
Pau Espin 2018-05-06 22:13:20 +02:00
parent 181ebdd952
commit 2e18616585
2 changed files with 5 additions and 5 deletions

View File

@ -3,8 +3,8 @@ LICENSE = "AGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=master;destsuffix=git"
SRCREV = "ec674ac74591e8f63bdb388affdef9eb782e8aaf"
PV = "0.7.0+git${SRCPV}"
SRCREV = "e25d00f10a0fd8273a63aafad8fd1a28c222eb96"
PV = "0.8.0+git${SRCPV}"
PR = "r0.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"

View File

@ -3,8 +3,8 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=master"
SRCREV = "8b4bd46b9503fe5d2ec58d1cfcb17330e2cdd794"
PV = "0.4+git${SRCPV}"
SRCREV = "f1a334be63ef58a848fd141a88b988c843ba294e"
PV = "0.5.0+git${SRCPV}"
PR = "r0.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
@ -14,7 +14,7 @@ DEPENDS_append_litecell15 = " lc15-firmware"
DEPENDS_append_sysmobts2100 = " lc15-firmware"
# This implements PCU Interface v8 (GPRS RSSI)
RDEPENDS_${PN} = "osmo-bts (>= 0.7.0)"
RDEPENDS_${PN} = "osmo-bts (>= 0.8.0)"
EXTRA_OECONF_sysmobts-v2 += "--enable-sysmocom-dsp"
EXTRA_OECONF_litecell15 += "--enable-lc15bts-phy"