diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-08 21:24:08 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-08 21:28:45 +0100 |
commit | d0697d0c8a1636944f84fda2ac6d0444104406ee (patch) | |
tree | 5d44b9222565c686a2e71a982b40fd9c5a3a583c /recipes | |
parent | 2d66520cb9bffaa225d6cc8acef4a349ebad2b82 (diff) |
fso: bump SRCREV for libgsm0710, fso-abyss, frameworkd (redesigned opimd database)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/freesmartphone/frameworkd_git.bb | 10 | ||||
-rw-r--r-- | recipes/freesmartphone/libgsm0710mux_git.bb | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb index 07ac5f5b47..17c18e1e14 100644 --- a/recipes/freesmartphone/frameworkd_git.bb +++ b/recipes/freesmartphone/frameworkd_git.bb @@ -31,8 +31,14 @@ do_install_append() { } pkg_postinst_${PN} () { - echo "NOTE: if you have old contacts without field types and the" - echo " tel: prefix instead please use the remove-tel script" + echo "*IMPORTANT NOTICE*: There has been a change in internal opimd database structure as well as in the backend mechanism." + echo " This change is not backwards compatible so a conversion is needed, furthermore, since new opimd does not (and will not) support working with SIM, importing your SIM data is also required." + echo " In order to import SIM contacts, please use PISI." + echo " If you still have old contacts with 'tel:' prefix instead of field types (i.e you haven't upgraded since 26.1.2010) please run the 'remove-tel' script first." + echo " For the database conversion: + echo " 1) stop frameworkd '/etc/init.d/frameworkd stop'" + echo " 2) use the conversion script, called: 'opimd_convert_db' which is already installed in your system" + echo " 3) restart your device" } RDEPENDS_${PN} += "\ diff --git a/recipes/freesmartphone/libgsm0710mux_git.bb b/recipes/freesmartphone/libgsm0710mux_git.bb index 1d5e223aa9..ca73a49e66 100644 --- a/recipes/freesmartphone/libgsm0710mux_git.bb +++ b/recipes/freesmartphone/libgsm0710mux_git.bb @@ -3,8 +3,8 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" LICENSE = "GPL" SECTION = "devel" DEPENDS = "glib-2.0 libgsm0710 libfsotransport" -SRCREV = "861b234386de071822d5f7726205058858e1e668" -PV = "0.9.0+gitr${SRCREV}" +SRCREV = "05d990fce7427f15c985932721deb05012d779bd" +PV = "0.9.1+gitr${SRCREV}" PR = "r0" SRC_URI = "\ |