aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-03-08 21:30:56 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-08 21:42:58 +0100
commit509dbd7d97ca5544ce6fe287f0465b9d86aad2f3 (patch)
tree716671a9e043576fb04ab292e0ad6fe6fe08758b /recipes/freesmartphone
parentc7fea4b156672ecd6461632649ebc791ee145163 (diff)
downloadopenembedded-509dbd7d97ca5544ce6fe287f0465b9d86aad2f3.tar.gz
frameworkd: missing quot in postinst :/
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r--recipes/freesmartphone/frameworkd_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb
index 17c18e1e14..04f5e139a3 100644
--- a/recipes/freesmartphone/frameworkd_git.bb
+++ b/recipes/freesmartphone/frameworkd_git.bb
@@ -5,7 +5,7 @@ SECTION = "console/network"
DEPENDS = "python-cython-native python-pyrex-native"
LICENSE = "GPL"
PV = "0.9.5.9+gitr${SRCREV}"
-PR = "r2"
+PR = "r3"
inherit distutils update-rc.d
@@ -35,7 +35,7 @@ pkg_postinst_${PN} () {
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 " 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"