[oe-commits] org.oe.dev frameworkd: add conf-file and new RDEPENDS

jluebbe commit oe at amethyst.openembedded.net
Tue Jul 1 15:41:08 UTC 2008


frameworkd: add conf-file and new RDEPENDS

Author: jluebbe at openembedded.org
Branch: org.openembedded.dev
Revision: 410cd788a5109a93ca33f19e5fd6f567a6e8adef
ViewMTN: http://monotone.openembedded.org/revision/info/410cd788a5109a93ca33f19e5fd6f567a6e8adef
Files:
1
packages/freesmartphone/frameworkd/frameworkd.conf
packages/freesmartphone/frameworkd_git.bb
Diffs:

#
# mt diff -r9e2d95bc86c0b812a2d2b1f3962459463ee00987 -r410cd788a5109a93ca33f19e5fd6f567a6e8adef
#
#
#
# patch "packages/freesmartphone/frameworkd/frameworkd.conf"
#  from [adc83b19e793491b1c6ea0fd8b46cd9f32e592fc]
#    to [697eb26d6d7e3f74669a00fd1bfc2bfb9d7d260b]
# 
# patch "packages/freesmartphone/frameworkd_git.bb"
#  from [9ee16ebd42adf0a37443b1d2dc9fc0638368597e]
#    to [e14a5bed6db028f0a4a120e7a0386c427c6b0d66]
#
============================================================
--- packages/freesmartphone/frameworkd/frameworkd.conf	adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
+++ packages/freesmartphone/frameworkd/frameworkd.conf	697eb26d6d7e3f74669a00fd1bfc2bfb9d7d260b
@@ -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
============================================================
--- packages/freesmartphone/frameworkd_git.bb	9ee16ebd42adf0a37443b1d2dc9fc0638368597e
+++ packages/freesmartphone/frameworkd_git.bb	e14a5bed6db028f0a4a120e7a0386c427c6b0d66
@@ -5,7 +5,7 @@ PV = "0.8.0+gitr${SRCREV}"
 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 @@ RDEPENDS_${PN} += "\
 
 RDEPENDS_${PN} += "\
   python-dbus \
+  python-datetime \
   python-pygobject \
   python-pyrtc \
   python-pyserial \
+  python-pyyaml \
   python-shell \
   python-syslog \
 "






More information about the Openembedded-commits mailing list