From a6bb8dae996ea978bbf88862342e8553a5c3838e Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 29 Apr 2008 13:46:57 +0000 Subject: py-odeviced svn update to r283 and add some dependencies --- packages/freesmartphone/py-odeviced_svn.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages') 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}" -- cgit v1.2.3