frameworkd: add conf-file and new RDEPENDS
authorJan Lübbe <jluebbe@debian.org>
Tue, 1 Jul 2008 15:36:08 +0000 (15:36 +0000)
committerJan Lübbe <jluebbe@debian.org>
Tue, 1 Jul 2008 15:36:08 +0000 (15:36 +0000)
packages/freesmartphone/frameworkd/frameworkd.conf
packages/freesmartphone/frameworkd_git.bb

index 8b13789..2010889 100644 (file)
@@ -1 +1,20 @@
+[odeviced]
 
+[kernel26]
+# set 1 to disable the module
+disable = 0
+
+[idlenotifier]
+# set 1 to disable the module
+disable = 0
+# add inut nodes to ignore for idle activity
+ignoreinput = 2,3,4
+
+[powercontrol-neo]
+disable = 0
+
+[ophoned]
+modemtype = ti_calypso
+
+[opreferencesd]
+rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences
index ea3a4cb..084117e 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "console/network"
 DEPENDS = "python-cython-native python-pyrex-native"
 LICENSE = "GPL"
 PV = "0.8.0+gitr${SRCREV}"
-PR = "r2"
+PR = "r3"
 
 inherit distutils update-rc.d
 
@@ -27,9 +27,11 @@ do_install_append() {
 
 RDEPENDS_${PN} += "\
   python-dbus \
+  python-datetime \
   python-pygobject \
   python-pyrtc \
   python-pyserial \
+  python-pyyaml \
   python-shell \
   python-syslog \
 "