diff options
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | recipes/openbsc/openbsc_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 4d444f534a..ad016b346d 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -204,7 +204,7 @@ SRCREV_pn-omgps ?= "109" SRCREV_pn-omoney ?= "29" SRCREV_pn-ompower ?= "4727" SRCREV_pn-omview ?= "34" -SRCREV_pn-openbsc ?= "d46299da00f923b24043aa37fa2bae17ffcc1ff7" +SRCREV_pn-openbsc ?= "5e68183a201ab92f29cd2467df5209f7b351a66d" SRCREV_pn-openezx-kernel ?= "43b844d1d38f0343272d3f0f844f80666186c526" SRCREV_pn-openmoko-agpsui ?= "7" SRCREV_pn-openmoko-alsa-scenarios ?= "4732" 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" |