[oe-commits] Martin Jansa : esmart: drop epsilon dependency, then we won't get thumb

git version control git at git.openembedded.org
Fri Mar 19 21:01:54 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: cfd545deb807faee0dcbecabb89e6698601120cc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cfd545deb807faee0dcbecabb89e6698601120cc

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Mar  2 11:09:56 2010 +0100

esmart: drop epsilon dependency, then we won't get thumb

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/efl1/esmart_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/efl1/esmart_svn.bb b/recipes/efl1/esmart_svn.bb
index 4e93875..57c74f2 100644
--- a/recipes/efl1/esmart_svn.bb
+++ b/recipes/efl1/esmart_svn.bb
@@ -1,8 +1,8 @@
 DESCRIPTION = "ESmart is a collection of smart Evas objects"
 LICENSE = "MIT BSD"
-DEPENDS = "evas ecore edje imlib2 epsilon libtool"
+DEPENDS = "evas ecore edje imlib2 libtool"
 PV = "0.9.0.050+svnr${SRCPV}"
-PR = "r1"
+PR = "r2"
 
 inherit efl
 





More information about the Openembedded-commits mailing list