From 910ab95f6c5fb1a470002bb6c07a70e65a38b315 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 13 Aug 2015 20:15:02 +0200 Subject: [PATCH] osmo-pcu: Fix TBF release issue with maybe_reuse --- recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb index b3e59ce..1ceec9b 100644 --- a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb +++ b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb @@ -2,8 +2,8 @@ DESCRIPTION = "Osmocom PCU for sysmoBTS" LICENSE = "GPLv2" LIC_FILES_CHKSUM="file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=jerlbeck/master" -SRCREV = "6eed1911fd619fb594a9d1a7fc734c1f62ff2f08" +SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=je/master" +SRCREV = "04e72d34f5cf885a4d6e2e6b2f2575ad09d0c007" PV = "0.4+git${SRCPV}" PR = "r3.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git"