summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-07-02 13:16:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-07-02 13:16:46 +0000
commit66585cc0ca047d99e445d9f56671ccec19b03ddd (patch)
tree547a1c648f40023b59ebf7c4cb7c73855986466c /packages
parent5cf297cca8e74bb8909d2581763d13e160871cf7 (diff)
parent102eaa322eb18302832a1059e8ba1f12aeb5a679 (diff)
merge of '0a2d2ceb69c74512829d68b0e0a1d8854d70773b'
and '47f50b0caeb4ce0ed68e21f71ad68ae79e309be3'
Diffstat (limited to 'packages')
-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"