summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-04-29 13:46:57 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-04-29 13:46:57 +0000
commita6bb8dae996ea978bbf88862342e8553a5c3838e (patch)
tree6eb221b84658340a337c7fea5b994a7b00677379 /packages
parent148745a83f39ad8f8fedf6bf5dd87063a2b68152 (diff)
py-odeviced svn update to r283 and add some dependencies
Diffstat (limited to 'packages')
-rw-r--r--packages/freesmartphone/py-odeviced_svn.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/freesmartphone/py-odeviced_svn.bb b/packages/freesmartphone/py-odeviced_svn.bb
index 0819499ed6..55b230c3ec 100644
--- a/packages/freesmartphone/py-odeviced_svn.bb
+++ b/packages/freesmartphone/py-odeviced_svn.bb
@@ -21,11 +21,15 @@ do_install_append() {
install -d ${D}${sysconfdir}/init.d/
install -m 0755 ${WORKDIR}/odeviced ${D}${sysconfdir}/init.d/
install -m 0644 ${WORKDIR}/odeviced.conf ${D}${sysconfdir}
+ install -d ${D}${sysconfdir}/dbus-1/system.d/
+ mv -f ${D}${datadir}/etc/dbus-1/system.d/odeviced.conf ${D}${sysconfdir}/dbus-1/system.d/
}
RDEPENDS_${PN} += "\
python-dbus \
python-pygobject \
+ python-pyrtc \
+ python-syslog \
"
FILES_${PN} += "${sysconfdir}"