diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-21 16:46:42 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-21 17:06:35 +0200 |
commit | 365717102df41a3ec0a6caccb6d6ad5da080b9c3 (patch) | |
tree | 4776982d25fafb028cb571a98067a69952cfcd79 | |
parent | 16524503463d08477c207867bbcc8fd79d7653ca (diff) |
fso: bump SRCREV for libfsotransport fixes (reliable GSM registration for om)
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | recipes/freesmartphone/fso-specs_git.bb | 2 | ||||
-rw-r--r-- | recipes/freesmartphone/libfso-glib_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 985457384e..cfd1a28319 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -3,5 +3,5 @@ OPKG_SRCREV ?= "527" EFL_SRCREV ?= "47939" -FSO_CORNUCOPIA_SRCREV ?= "32e7e15e1a33aee9fa4830d8919e2bb9bb3eae1f" +FSO_CORNUCOPIA_SRCREV ?= "c742460d53439e3832fdac9bd80af9ecf77716fe" FSO_PYTHONHELPERS_SRCREV ?= "63b1dff1bc8ac22efabcee8a90e957c3b2423317" diff --git a/recipes/freesmartphone/fso-specs_git.bb b/recipes/freesmartphone/fso-specs_git.bb index b97566efa6..21f8ca6f99 100644 --- a/recipes/freesmartphone/fso-specs_git.bb +++ b/recipes/freesmartphone/fso-specs_git.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://docs.freesmartphone.org" LICENSE = "BSD" DEPENDS = "libxslt-native" SECTION = "devel/specifications" -SRCREV = "e3fcb57675f7f48b6848f5b8114961f9418eb17b" +SRCREV = "27b29f8ebd15ec05ebcca19f4aaa476ecd54aa80" PV = "0.5.0+gitr${SRCPV}" PE = "1" PR = "r2" diff --git a/recipes/freesmartphone/libfso-glib_git.bb b/recipes/freesmartphone/libfso-glib_git.bb index 18d4f8004c..8984741be7 100644 --- a/recipes/freesmartphone/libfso-glib_git.bb +++ b/recipes/freesmartphone/libfso-glib_git.bb @@ -6,7 +6,7 @@ DEPENDS = "vala-native vala-dbus-binding-tool-native dbus-glib glib-2.0 fso-spec SRCREV = "f1a0b3fe2ed6e15d83ad4880b4eb7aece00f9d57" PV = "0.2.2+gitr${SRCPV}" PE = "1" -PR = "r3" +PR = "r4" inherit autotools_stage pkgconfig vala |