diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-12-20 12:35:38 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-12-20 12:35:38 +0800 |
commit | 2d054fa1b5ac98fe869f184994f69cf67083655b (patch) | |
tree | c57728dd41047065dd71157ef5b2d1887defde90 /recipes/openbsc/openbsc_git.bb | |
parent | 537e510feece03264ce496499e3e85768b428b74 (diff) |
openbsc: Build more recent version of OpenBSC
Diffstat (limited to 'recipes/openbsc/openbsc_git.bb')
-rw-r--r-- | recipes/openbsc/openbsc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openbsc/openbsc_git.bb b/recipes/openbsc/openbsc_git.bb index f2fa2099ac..68f129ea36 100644 --- a/recipes/openbsc/openbsc_git.bb +++ b/recipes/openbsc/openbsc_git.bb @@ -5,7 +5,7 @@ HOMEPAGE = "http://openbsc.gnumonks.org" RDEPENDS = "libdbd-sqlite3" SRC_URI = "git://bs11-abis.gnumonks.org/openbsc.git;protocol=git" -PV = "0.0.1.0+gitr${SRCREV}" +PV = "0.0.1.1+gitr${SRCREV}" S = "${WORKDIR}/git/openbsc" |