From be7111d6c6dbd841522556deae1393f917dc80ad Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 11 Jan 2013 18:06:41 +0100 Subject: [PATCH] osmo-pcu: Update to most recent version including configuration file --- recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb index a449269..e0732d7 100644 --- a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb +++ b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb @@ -3,16 +3,16 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM="file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=jolly_merge" -SRCREV = "de5253a20f0fffd72c0fe711003609c93a6977d6" +SRCREV = "9aaf2ae24d544ce149fde7685ca0421d31262a09" PV = "0.0+git${SRCPV}" -PR = "r6.${META_TELEPHONY_OSMO_INC}" +PR = "r8.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git" DEPENDS = "libosmocore femtobts-api osmo-bts" EXTRA_OECONF += "--enable-sysmocom-bts --enable-sysmocom-dsp" -inherit autotools +inherit autotools_stage # Select the API version inherit femtobts_api