From 80b3fe86f67516c6297a6c6a18db87a7b43e69f0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 12 Feb 2015 14:10:53 +0100 Subject: [PATCH] openbsc: Build newer version for extended rf lock commands Upgrade the SRCREV, bump the PV and require libpcap as the measurement code includes pcap/pcap.h --- recipes-osmocom/openbsc/openbsc.inc | 2 +- recipes-osmocom/openbsc/openbsc_git.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-osmocom/openbsc/openbsc.inc b/recipes-osmocom/openbsc/openbsc.inc index faa0208e35..aa5f7a7e6e 100644 --- a/recipes-osmocom/openbsc/openbsc.inc +++ b/recipes-osmocom/openbsc/openbsc.inc @@ -1,5 +1,5 @@ DESCRIPTION = "OpenBSC a Free Software GSM BaseStationController" -DEPENDS = "libdbi libosmocore libosmo-sccp libosmo-abis libosmo-netif openggsn libsmpp34 bcg729 libgsm" +DEPENDS = "libdbi libosmocore libosmo-sccp libosmo-abis libosmo-netif openggsn libsmpp34 bcg729 libgsm libpcap" HOMEPAGE = "http://openbsc.osmocom.org/" LICENSE = "AGPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788" diff --git a/recipes-osmocom/openbsc/openbsc_git.bb b/recipes-osmocom/openbsc/openbsc_git.bb index 58cd1b3db5..611d2c78e4 100644 --- a/recipes-osmocom/openbsc/openbsc_git.bb +++ b/recipes-osmocom/openbsc/openbsc_git.bb @@ -1,9 +1,9 @@ require ${PN}.inc -PV = "0.13.0+gitr${SRCPV}" +PV = "0.14.0+gitr${SRCPV}" PR = "${INC_PR}.6" -SRCREV = "22fd3cd0de098de3816d687e41d42fe551412a33" +SRCREV = "66105fd3dc043e0f8011e1fa47864611936dd6aa" SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git \ file://upgrade-mncc-version.patch"