aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-osmocom
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-02-12 14:10:53 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-02-12 14:21:26 +0100
commit80b3fe86f67516c6297a6c6a18db87a7b43e69f0 (patch)
treeaa678b0df1fc87c52fccabb89472374f7f5c53b8 /recipes-osmocom
parentd91abc18f1a1d0003fe946c5dce173f1946b9712 (diff)
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
Diffstat (limited to 'recipes-osmocom')
-rw-r--r--recipes-osmocom/openbsc/openbsc.inc2
-rw-r--r--recipes-osmocom/openbsc/openbsc_git.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-osmocom/openbsc/openbsc.inc b/recipes-osmocom/openbsc/openbsc.inc
index faa0208..aa5f7a7 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 58cd1b3..611d2c7 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"