From b272d37c60a735c058f05d644a73652bae8ccd9c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 18 Dec 2012 20:54:50 +0100 Subject: [PATCH] osmo-pcu: 3ef16cc04a096ea5bbec5bb4e3988cc5d16766e9 has been GCed Upgrade the osmo-pcu version to the jolly_merge branch and change the way the PCU is enabled for the sysmoBTSv2 hardware. --- 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 54e6643..14a962c 100644 --- a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb +++ b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb @@ -3,14 +3,14 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM="file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=jolly" -SRCREV = "3ef16cc04a096ea5bbec5bb4e3988cc5d16766e9" +SRCREV = "a23c7eee151c1e92dacaadb823b26d426a904564" PV = "0.0+git${SRCPV}" -PR = "r4.${META_TELEPHONY_OSMO_INC}" +PR = "r5.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git" DEPENDS = "libosmocore femtobts-api osmo-bts" -EXTRA_OECONF += "--enable-sysmocom-bts" +EXTRA_OECONF += "--enable-sysmocom-dsp" inherit autotools