osmo-bts,pcu: Update to latest master

This commit is contained in:
Pau Espin 2018-03-27 17:34:37 +02:00
parent d843a8b8fb
commit 9a59237a7e
2 changed files with 6 additions and 6 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=master;destsuffix=git"
SRCREV = "8f12047157b55fe3997f686efec26f2a54ea3242"
SRCREV = "ec674ac74591e8f63bdb388affdef9eb782e8aaf"
PV = "0.7.0+git${SRCPV}"
PR = "r1.${META_TELEPHONY_OSMO_INC}"
PR = "r0.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
DEPENDS = "libosmocore libosmo-abis femtobts-api gpsd"

View File

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