[oe-commits] Angus Ainslie : paroli : ship dbus startup file

GIT User account git at amethyst.openembedded.net
Wed May 6 05:41:36 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: d0dc8de4d5d126f5f7747825de315184549f0b82
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d0dc8de4d5d126f5f7747825de315184549f0b82

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Tue May  5 23:38:01 2009 -0600

paroli : ship dbus startup file

---

 recipes/openmoko-projects/paroli_git.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/openmoko-projects/paroli_git.bb b/recipes/openmoko-projects/paroli_git.bb
index 2a77b95..a2bfff0 100644
--- a/recipes/openmoko-projects/paroli_git.bb
+++ b/recipes/openmoko-projects/paroli_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Paroli"
 SECTION = "x11"
 LICENSE = "GPL"
 PV = "0.2.1+gitr${SRCREV}"
-PR = "r15"
+PR = "r16"
 
 SRC_URI = "git://git.paroli-project.org/paroli.git;protocol=http"
 S = "${WORKDIR}/git"
@@ -55,6 +55,9 @@ do_install_append() {
 	install -d ${D}${sysconfdir}/freesmartphone/opreferences/conf/phone
 	install ${S}/data/default.yaml ${D}${sysconfdir}/freesmartphone/opreferences/conf/phone/paroli_default.yaml
 
+	install -d ${D}${datadir}/dbus-1/system-services/
+	install ${S}/data/dbus/org.tichy.launcher.service ${D}${datadir}/dbus-1/system-services/
+
 	install -d ${D}${datadir}/sounds
 	install ${S}/data/sounds/* ${D}${datadir}/sounds
 
@@ -121,6 +124,7 @@ FILES_${PN} += " \
 	${datadir}/elementary \
 	${datadir}/paroli \
 	${datadir}/pixmaps \
+	${datadir}/dbus-1/system-services/ \
 	"
 
 FILES_${PN}-theme = " \





More information about the Openembedded-commits mailing list