frameworkd git catch up with ophoned subsystem rename
authorMichael Lauer <mickey@vanille-media.de>
Wed, 2 Jul 2008 11:16:29 +0000 (11:16 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 2 Jul 2008 11:16:29 +0000 (11:16 +0000)
packages/freesmartphone/frameworkd/frameworkd.conf
packages/freesmartphone/frameworkd_git.bb

index 2010889..d652203 100644 (file)
@@ -13,7 +13,7 @@ ignoreinput = 2,3,4
 [powercontrol-neo]
 disable = 0
 
-[ophoned]
+[gsmd]
 modemtype = ti_calypso
 
 [opreferencesd]
index 084117e..ab1816a 100644 (file)
@@ -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"