From efc869189d60a57c942e267502e4ab3918003f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20L=C3=BCbbe?= Date: Tue, 1 Jul 2008 15:36:08 +0000 Subject: frameworkd: add conf-file and new RDEPENDS --- packages/freesmartphone/frameworkd/frameworkd.conf | 19 +++++++++++++++++++ packages/freesmartphone/frameworkd_git.bb | 4 +++- 2 files changed, 22 insertions(+), 1 deletion(-) (limited to 'packages/freesmartphone') 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 \ " -- cgit v1.2.3 From 1f8940a24bafee2acced9263def2a0816155cd60 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 2 Jul 2008 11:16:29 +0000 Subject: frameworkd git catch up with ophoned subsystem rename --- packages/freesmartphone/frameworkd/frameworkd.conf | 2 +- packages/freesmartphone/frameworkd_git.bb | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'packages/freesmartphone') diff --git a/packages/freesmartphone/frameworkd/frameworkd.conf b/packages/freesmartphone/frameworkd/frameworkd.conf index 2010889142..d6522030a7 100644 --- a/packages/freesmartphone/frameworkd/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/frameworkd.conf @@ -13,7 +13,7 @@ ignoreinput = 2,3,4 [powercontrol-neo] disable = 0 -[ophoned] +[gsmd] modemtype = ti_calypso [opreferencesd] diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index 084117e5ff..ab1816a7b9 100644 --- a/packages/freesmartphone/frameworkd_git.bb +++ b/packages/freesmartphone/frameworkd_git.bb @@ -1,11 +1,11 @@ -DESCRIPTION = "The freesmartphon.org Framework Daemon" +DESCRIPTION = "The freesmartphone.org Framework Daemon" HOMEPAGE = "http://www.freesmartphone.org" -AUTHOR = "Michael 'Mickey' Lauer " +AUTHOR = "Michael 'Mickey' Lauer et. al." SECTION = "console/network" DEPENDS = "python-cython-native python-pyrex-native" LICENSE = "GPL" PV = "0.8.0+gitr${SRCREV}" -PR = "r3" +PR = "r5" inherit distutils update-rc.d @@ -36,5 +36,5 @@ RDEPENDS_${PN} += "\ python-syslog \ " -FILES_${PN} += "${sysconfdir}" +FILES_${PN} += "${sysconfdir} ${datadir}" FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/framework/subsystems/*/.debug" -- cgit v1.2.3 From e22b999e89d6ce2a02a398b13b1d21932aea13ee Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 3 Jul 2008 12:56:17 +0000 Subject: frameworkd git fix typo in conf file --- packages/freesmartphone/frameworkd/frameworkd.conf | 2 +- packages/freesmartphone/frameworkd_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/freesmartphone') diff --git a/packages/freesmartphone/frameworkd/frameworkd.conf b/packages/freesmartphone/frameworkd/frameworkd.conf index d6522030a7..36b4f5fc8e 100644 --- a/packages/freesmartphone/frameworkd/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/frameworkd.conf @@ -13,7 +13,7 @@ ignoreinput = 2,3,4 [powercontrol-neo] disable = 0 -[gsmd] +[ogsmd] modemtype = ti_calypso [opreferencesd] diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index ab1816a7b9..a6d25f79ec 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 = "r5" +PR = "r6" inherit distutils update-rc.d -- cgit v1.2.3 From 403e16fa076f702a357c12df00a7c2637b9b9c24 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 3 Jul 2008 17:57:35 +0000 Subject: zhone: uses distutils now --- packages/freesmartphone/zhone_git.bb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'packages/freesmartphone') diff --git a/packages/freesmartphone/zhone_git.bb b/packages/freesmartphone/zhone_git.bb index c9411a58c3..a766eb1ab5 100644 --- a/packages/freesmartphone/zhone_git.bb +++ b/packages/freesmartphone/zhone_git.bb @@ -1,16 +1,16 @@ DESCRIPTION = "Zhone: Zen Phone" LICENSE = "GPL" SECTION = "x11" -DEPENDS = "edje-native" +DEPENDS = "edje-native python-pyrex-native python-cython-native" RDEPENDS = "task-python-efl python-textutils python-dbus" PV = "0.0.0+gitr${SRCREV}" -PR = "r5" +PR = "r6" SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \ file://80zhone" S = "${WORKDIR}/git" -inherit autotools +inherit distutils do_install_append() { install -d ${D}${sysconfdir}/X11/Xsession.d/ @@ -18,6 +18,3 @@ do_install_append() { } FILES_${PN} += "${datadir} ${sysconfdir}" - -PACKAGE_ARCH = "all" - -- cgit v1.2.3