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
This commit is contained in:
Holger Hans Peter Freyther 2015-02-12 14:10:53 +01:00
parent d91abc18f1
commit 80b3fe86f6
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"