diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-04-30 12:14:33 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-04-30 12:14:33 +0000 |
commit | 89288fe72787367690f35e0e636429bcc9d2d5ae (patch) | |
tree | 7d392b5715bf9fcaf4b35a132d97b28b2dbfb5cd /packages/freesmartphone/py-odeviced_svn.bb | |
parent | 63f966d92bfe882fd7b904c024ac3ade8bd6a91c (diff) | |
parent | 2eebccf63414618a6da891784eef7635a885e33e (diff) |
merge of '519fb232d0f89064395bf96f19e36d9567a2f25c'
and 'a9af97a0d7d40825f32be70ec5fdc7757c965989'
Diffstat (limited to 'packages/freesmartphone/py-odeviced_svn.bb')
-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}" |