diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-04-29 13:46:57 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-04-29 13:46:57 +0000 |
commit | a6bb8dae996ea978bbf88862342e8553a5c3838e (patch) | |
tree | 6eb221b84658340a337c7fea5b994a7b00677379 /packages | |
parent | 148745a83f39ad8f8fedf6bf5dd87063a2b68152 (diff) |
py-odeviced svn update to r283 and add some dependencies
Diffstat (limited to 'packages')
-rw-r--r-- | packages/freesmartphone/py-odeviced_svn.bb | 4 |
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}" |