[oe-commits] Klaus Kurzmann : frameworkd: add a postinst script to echo a note about the need

git version control git at git.openembedded.org
Tue Jan 26 19:10:36 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 26c2c80c044bd9a98d6b2bc31cb1e0e991b33b08
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=26c2c80c044bd9a98d6b2bc31cb1e0e991b33b08

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Tue Jan 26 20:10:17 2010 +0100

frameworkd: add a postinst  script to echo a note about the need
to run the conversion script needed for new opimd

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/freesmartphone/frameworkd_git.bb |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb
index 926fcf6..c4fbdf3 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 = "r0"
+PR = "r1"
 
 inherit distutils update-rc.d
 
@@ -30,6 +30,12 @@ do_install_append() {
 	install -m 0644 ${WORKDIR}/frameworkd.conf ${D}${sysconfdir}
 }
 
+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 "      from http://wiki.shr-project.org/trac/wiki/new-opimd"
+}
+
 RDEPENDS_${PN} += "\
   fsousaged \
 "





More information about the Openembedded-commits mailing list