Merge commit '7b41ee80ec30db8d218ce900bf0df5d2333e42c1' into dora

This commit is contained in:
Holger Hans Peter Freyther 2015-06-26 13:39:17 +02:00
commit 94adaf9c2d
9 changed files with 25 additions and 9 deletions

View File

@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "telephony"
BBFILE_PATTERN_telephony = "^${LAYERDIR}/"
BBFILE_PRIORITY_telephony = "5"
META_TELEPHONY_OSMO_INC = "16"
META_TELEPHONY_OSMO_INC = "17"

View File

@ -0,0 +1,13 @@
DESCRIPTION = "C library for asynchronous DNS requests (including name resolves)"
HOMEPAGE = "http://c-ares.haxx.se/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://README;beginline=17;endline=23;md5=d08205a43bc63c12cf394ac1d2cce7c3"
PR = "r0"
SRC_URI = "http://c-ares.haxx.se/download/c-ares-${PV}.tar.gz"
SRC_URI[md5sum] = "1196067641411a75d3cbebe074fd36d8"
SRC_URI[sha256sum] = "3d701674615d1158e56a59aaede7891f2dde3da0f46a6d3c684e0ae70f52d3db"
inherit autotools

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "2f0dd0c01930fbc0dbf0c86946dd0a429f3cd6e2"
SRCREV = "3a580f263a24e0ce7d3ed544af0373c22ae9eeac"
SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
PV = "0.3.1+gitr${SRCPV}"
PR = "${INC_PR}.1"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "603f6c40d55b87f81fbd8ff1ad7b9568f3b962ff"
SRCREV = "c55d867508c8ddb93a822c018b5ce5a9a72006aa"
SRC_URI = "git://git.osmocom.org/libosmo-netif.git;protocol=git"
PV = "0.4.0+gitr${SRCPV}"
PR = "${INC_PR}.2"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "ef8fc3bf28634d361adeec5490f807efb0ab3341"
SRCREV = "2d2d885bd124b8ae2d3a04f3583a756029820dc0"
SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=git"
PR = "${INC_PR}.1"

View File

@ -1,9 +1,9 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "f8699ca51eeb4f3d34336501abcaf071b4a95a47"
SRCREV = "c1cb75eff5b060da9e6d43521e4913a8bf4e74fc"
SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git"
PV = "0.8.0+gitr${SRCPV}"
PV = "0.8.1+gitr${SRCPV}"
PR = "r2"
PACKAGES =+ "libosmoctrl"

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 libpcap"
DEPENDS = "libdbi libosmocore libosmo-sccp libosmo-abis libosmo-netif openggsn libsmpp34 bcg729 libgsm libpcap c-ares"
HOMEPAGE = "http://openbsc.osmocom.org/"
LICENSE = "AGPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"

View File

@ -1,9 +1,10 @@
require ${PN}.inc
PV = "0.14.0+gitr${SRCPV}"
PRINC = "0"
PR = "${INC_PR}.6"
SRCREV = "66105fd3dc043e0f8011e1fa47864611936dd6aa"
SRCREV = "57ee78078905c7499bd4e6857f8981d22badfcac"
SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git \
file://upgrade-mncc-version.patch"

View File

@ -4,13 +4,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
PV = "0.91+gitr${SRCPV}"
PR = "r14"
SRCREV = "c190896437b332d3fa2093b3f489810b48e3c90c"
SRCREV = "b07d07072e70ac4f920be9dfdf45615193b4ec2d"
SRC_URI = "git://git.osmocom.org/openggsn \
file://openggsn.init \
file://libgtp-queue_depth_32.patch \
"
S = "${WORKDIR}/git"
DEPENDS = "libosmocore"
PACKAGES =+ " libgtp libgtp-dev libgtp-staticdev openggsn-sgsnemu"
RDEPENDS_${PN} += "kernel-module-tun"