update libosmocore to 0.6.0 and openbsc to 0.13.0

this includes the Osmocom SMPP extensions
This commit is contained in:
Harald Welte 2013-03-13 15:33:18 +01:00
parent b1be0d9702
commit 2b21fe5ad9
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "de6e4983e7f83794e45af5a70b036ed9f4437ab5"
SRCREV = "533f63f15aa584eec73044802e0a8bc798a313fe"
SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git"
PV = "0.5.3+gitr${SRCPV}"
PV = "0.6.0+gitr${SRCPV}"
PR = "0"

View File

@ -1,9 +1,9 @@
require ${PN}.inc
PV = "0.12.0+gitr${SRCPV}"
PV = "0.13.0+gitr${SRCPV}"
PR = "${INC_PR}.2"
SRCREV = "8b29180cad875b396288a22fb252e158fa2a060a"
SRCREV = "3f786003464fe0ff32eea263cb8b8cb4c3e981ea"
SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git"
S = "${WORKDIR}/git/openbsc"