[oe-commits] org.oe.dev py-odeviced svn update to r283 and add some dependencies

mickeyl commit oe at amethyst.openembedded.net
Tue Apr 29 13:51:43 UTC 2008


py-odeviced svn update to r283 and add some dependencies

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 835d63535d7d5845ea7281b033b0437d20a12916
ViewMTN: http://monotone.openembedded.org/revision/info/835d63535d7d5845ea7281b033b0437d20a12916
Files:
1
conf/distro/include/sane-srcrevs.inc
packages/freesmartphone/py-odeviced_svn.bb
Diffs:

#
# mt diff -rd0d14199e17e1467abdae813e8ba7808716e8ae9 -r835d63535d7d5845ea7281b033b0437d20a12916
#
#
#
# patch "conf/distro/include/sane-srcrevs.inc"
#  from [a3aad5a3844e27a4fa025475374a348fa36399e8]
#    to [f26bcd5eae57c9f7001291102ff59b20c672d75c]
# 
# patch "packages/freesmartphone/py-odeviced_svn.bb"
#  from [6ef92b7c28dc3f0730750da1b7cfeed1cd7da960]
#    to [30b9953c30c87828378bdcea8213290cc498ea8f]
#
============================================================
--- conf/distro/include/sane-srcrevs.inc	a3aad5a3844e27a4fa025475374a348fa36399e8
+++ conf/distro/include/sane-srcrevs.inc	f26bcd5eae57c9f7001291102ff59b20c672d75c
@@ -152,7 +152,7 @@ SRCREV_pn-psplash ?= "249"
 SRCREV_pn-oprofileui ?= "160"
 SRCREV_pn-packagekit ?= "432046796fa420f57ab6c71081f7ba14e9a92574"
 SRCREV_pn-psplash ?= "249"
-SRCREV_pn-py-odeviced ?= "190"
+SRCREV_pn-py-odeviced ?= "283"
 SRCREV_pn-pylgrim ?= "20"
 SRCREV_pn-pyneod ?= "88"
 SRCREV_pn-pyneog ?= "88"
============================================================
--- packages/freesmartphone/py-odeviced_svn.bb	6ef92b7c28dc3f0730750da1b7cfeed1cd7da960
+++ packages/freesmartphone/py-odeviced_svn.bb	30b9953c30c87828378bdcea8213290cc498ea8f
@@ -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}"






More information about the Openembedded-commits mailing list