summaryrefslogtreecommitdiff
path: root/packages/freesmartphone
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-07-02 11:16:29 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-07-02 11:16:29 +0000
commit1f8940a24bafee2acced9263def2a0816155cd60 (patch)
tree675b9f5b11a442fc878f5f957ef19ff65cc7b676 /packages/freesmartphone
parentfb85fbb2e30978207c7168f231578021b757d562 (diff)
frameworkd git catch up with ophoned subsystem rename
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r--packages/freesmartphone/frameworkd/frameworkd.conf2
-rw-r--r--packages/freesmartphone/frameworkd_git.bb8
2 files changed, 5 insertions, 5 deletions
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 <mlauer@vanille-media.de>"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de> 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"