[oe-commits] Klaus Kurzmann : e-wm: don't depend on edje-utils

git version control git at git.openembedded.org
Fri Aug 7 21:44:15 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: b561cd4d7a5666fceba7884676b27c0781a1a927
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b561cd4d7a5666fceba7884676b27c0781a1a927

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Fri Aug  7 23:38:24 2009 +0200

e-wm: don't depend on edje-utils

as it pulls in cpp (which is quite heavy) and is not
needed anyway.

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

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

diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb
index 6ad1f8d..d06acbf 100644
--- a/recipes/e17/e-wm_svn.bb
+++ b/recipes/e17/e-wm_svn.bb
@@ -2,14 +2,13 @@ DESCRIPTION = "The Enlightenment Window Manager Version 17"
 DEPENDS = "eet evas ecore edje efreet edbus"
 LICENSE = "MIT BSD"
 PV = "0.16.999.050+svnr${SRCREV}"
-PR = "r5.4"
+PR = "r5.5"
 
 inherit e update-alternatives
 
 RDEPENDS_${PN} += "\
   shared-mime-info \
   mime-support \
-  edje-utils \
   ${PN}-utils \
 "
 





More information about the Openembedded-commits mailing list