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_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/freesmartphone/frameworkd_git.bb') 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_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/freesmartphone/frameworkd_git.bb') 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_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/freesmartphone/frameworkd_git.bb') 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