[oe-commits] Koen Kooi : e-wm: add missing dependency on dbus-x11

git at git.openembedded.org git at git.openembedded.org
Wed Nov 23 07:25:54 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 8299c62318c964f1182ee21a64b4a9735c2177eb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8299c62318c964f1182ee21a64b4a9735c2177eb

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Nov 22 17:46:49 2011 +0100

e-wm: add missing dependency on dbus-x11

ERR<654>:e_dbus e_dbus.c:472 e_dbus_bus_get() Error connecting to bus: /usr/bin/dbus-launch terminated abnormally without any error message

Acked-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-efl/recipes-efl/e17/e-wm_svn.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb
index 2c2518b..9da788d 100644
--- a/meta-efl/recipes-efl/e17/e-wm_svn.bb
+++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f"
 SRCNAME = "e"
 PV = "0.16.999.060+svnr${SRCPV}"
-PR = "r21"
+PR = "r22"
 SRCREV = "${EFL_SRCREV}"
 
 inherit e update-alternatives gettext
@@ -53,6 +53,7 @@ RDEPENDS_${PN} += "\
   mime-support \
   edje-utils \
   ${PN}-utils \
+  dbus-x11 \
 "
 
 # Uclibc build don't have 'glibc-utils'





More information about the Openembedded-commits mailing list