diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb index 9816c98338..d782e9b157 100644 --- a/recipes-osmocom/libosmocore/libosmocore_git.bb +++ b/recipes-osmocom/libosmocore/libosmocore_git.bb @@ -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" diff --git a/recipes-osmocom/openbsc/openbsc_git.bb b/recipes-osmocom/openbsc/openbsc_git.bb index a3fad0d89c..af935f7b2d 100644 --- a/recipes-osmocom/openbsc/openbsc_git.bb +++ b/recipes-osmocom/openbsc/openbsc_git.bb @@ -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"