diff options
Diffstat (limited to 'recipes/openbsc')
-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" |