diff options
author | Jan Lübbe <jluebbe@debian.org> | 2008-07-01 15:36:08 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2008-07-01 15:36:08 +0000 |
commit | efc869189d60a57c942e267502e4ab3918003f8c (patch) | |
tree | 1aaf4017389c786e8cde76de408b5e4b473e13cf /packages/freesmartphone | |
parent | a1408c792ef46c8ff7e095a18a0cb932348589bd (diff) |
frameworkd: add conf-file and new RDEPENDS
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r-- | packages/freesmartphone/frameworkd/frameworkd.conf | 19 | ||||
-rw-r--r-- | packages/freesmartphone/frameworkd_git.bb | 4 |
2 files changed, 22 insertions, 1 deletions
diff --git a/packages/freesmartphone/frameworkd/frameworkd.conf b/packages/freesmartphone/frameworkd/frameworkd.conf index 8b13789179..2010889142 100644 --- a/packages/freesmartphone/frameworkd/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/frameworkd.conf @@ -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 diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index ea3a4cb652..084117e5ff 100644 --- a/packages/freesmartphone/frameworkd_git.bb +++ b/packages/freesmartphone/frameworkd_git.bb @@ -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 \ " |