From c48a0a0a4d1811710259b66c86bc30fd29162083 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 9 Jan 2015 21:29:26 +0100 Subject: [PATCH] openbsc: Build with HO fixes and dependency Allow to have two BTS depend on each other. This is currently needed for the sysmoBTS2050 and clocking. --- recipes-osmocom/openbsc/openbsc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-osmocom/openbsc/openbsc_git.bb b/recipes-osmocom/openbsc/openbsc_git.bb index ba8bd0b30b..58cd1b3db5 100644 --- a/recipes-osmocom/openbsc/openbsc_git.bb +++ b/recipes-osmocom/openbsc/openbsc_git.bb @@ -3,7 +3,7 @@ require ${PN}.inc PV = "0.13.0+gitr${SRCPV}" PR = "${INC_PR}.6" -SRCREV = "b1edf7b64f6c05932c83b4d31b1127f2a833601e" +SRCREV = "22fd3cd0de098de3816d687e41d42fe551412a33" SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git \ file://upgrade-mncc-version.patch"