[oe-commits] Otavio Salvador : matchbox-wm: fix dbus support

GIT User account git at amethyst.openembedded.net
Fri Oct 24 21:58:07 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9e03174940f778e87b8584ab125b6fccba3700ea
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9e03174940f778e87b8584ab125b6fccba3700ea

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Sat Sep 27 16:33:19 2008 -0300

matchbox-wm: fix dbus support

---

 packages/matchbox-wm/matchbox-wm_1.2.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/matchbox-wm/matchbox-wm_1.2.bb b/packages/matchbox-wm/matchbox-wm_1.2.bb
index a44104f..36ddae3 100644
--- a/packages/matchbox-wm/matchbox-wm_1.2.bb
+++ b/packages/matchbox-wm/matchbox-wm_1.2.bb
@@ -20,7 +20,8 @@ FILES_${PN} = "${bindir}/* \
 	       ${sysconfdir}/gconf/ \
 	       ${datadir}/themes/blondie/matchbox \
 	       ${datadir}/themes/Default/matchbox \
-	       ${datadir}/themes/MBOpus/matchbox"
+	       ${datadir}/themes/MBOpus/matchbox \
+               /var/lib/*"
 
 ALTERNATIVE_NAME = "x-window-manager"
 ALTERNATIVE_LINK = "${bindir}/x-window-manager"
@@ -39,6 +40,6 @@ do_configure_prepend () {
 }
 
 do_install_prepend() {
+    install -d ${D}/var/lib/dbus
     install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig
 }
-





More information about the Openembedded-commits mailing list