From cccb44822aa72fa37ba57c84560c627d57d380ae Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 8 Aug 2019 18:55:04 +0200 Subject: [PATCH] Update Osmocom recipes to latest tags (release 201908) --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 8 ++++---- recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 9548c1d..691a337 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -2,10 +2,10 @@ DESCRIPTION = "sysmocom OsmoBTS" LICENSE = "AGPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788" -SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;destsuffix=git;nobranch=1" -SRCREV = "d785da59431007a372768403271b4108d8b4201e" -PV = "1.0.0+git${SRCPV}" -PR = "r1.${META_TELEPHONY_OSMO_INC}" +SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;destsuffix=git" +SRCREV = "ca8aa071271eeef2011afa4764df72b811aa61f3" +PV = "1.1.0+git${SRCPV}" +PR = "r0.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git" DEPENDS = "libosmocore libosmo-abis femtobts-api gpsd" diff --git a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb index fdee665..9044888 100644 --- a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb +++ b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb @@ -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 = "99278b105018af24cc5a28673ffa960e933f3979" -PV = "0.6.0+git${SRCPV}" +SRCREV = "19b15a5b93757b8132cdd7c4137653eddc06f322" +PV = "0.7.0+git${SRCPV}" PR = "r0.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git"