From b7d4da72b6f60726231025bf1417d40a9b7c76c7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 13 Mar 2013 15:41:02 +0100 Subject: [PATCH] openbsc: Use git revision without SMPP build problem --- 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 af935f7b2d..d7454186e0 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}.2" -SRCREV = "3f786003464fe0ff32eea263cb8b8cb4c3e981ea" +SRCREV = "7159e8bea3e39bf74ec26356f7317df5d540b77a" SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git" S = "${WORKDIR}/git/openbsc"