diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index e5a6659..f3b009c 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -4,8 +4,8 @@ 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 = "f869a95f3b81d281405e3fc3026e1d0d53174082" -SRCREV_openbsc = "57ee78078905c7499bd4e6857f8981d22badfcac" +SRCREV_osmobts = "3c161bb7df7bf95e5a69db97fe3baa6380c3c9ed" +SRCREV_openbsc = "6187e010a8fb6f503ce7bf0ee93530787acfc876" PV = "0.4.3+git${SRCPV}" PR = "r18.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git" diff --git a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb index b0a43a7..f35697d 100644 --- a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb +++ b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM="file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=master" -SRCREV = "7c8d39a67b7568cda38829c774ea541250f3142f" +SRCREV = "42aba81c2f8c8313fcbf85ee422d6b747107d98a" PV = "0.4+git${SRCPV}" PR = "r4.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git" @@ -13,7 +13,7 @@ DEPENDS = "libosmocore femtobts-api osmo-bts" # This implements PCU Interface v5 (GPRS RSSI) RDEPENDS_${PN} = "osmo-bts (>= 0.4.0)" -EXTRA_OECONF_sysmobts-v2 += "--enable-sysmocom-bts --enable-sysmocom-dsp" +EXTRA_OECONF_sysmobts-v2 += "--enable-sysmocom-dsp" inherit autotools pkgconfig