Merge commit '80b3fe86f67516c6297a6c6a18db87a7b43e69f0' into dora

This commit is contained in:
Holger Hans Peter Freyther 2015-02-12 14:29:56 +01:00
commit bec08f4417
3 changed files with 6 additions and 7 deletions

View File

@ -1,8 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "d9d1b5c19f40515cb7c660acda7265bbddbb73d6"
SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git \
file://fix-rsl-connect.patch "
PV = "0.3.0+gitr${SRCPV}"
SRCREV = "2f0dd0c01930fbc0dbf0c86946dd0a429f3cd6e2"
SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
PV = "0.3.1+gitr${SRCPV}"
PR = "${INC_PR}.1"

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"