diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-19 19:33:44 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-19 19:49:47 +0100 |
commit | 0326bd8128981646b03364af4e03edb05290a63b (patch) | |
tree | a5dd012419450ac876b29054093d60eaa8409a82 /recipes/efl1 | |
parent | 26463020b9c89ee2b1e876108ad310939d04402a (diff) |
ewl: doesn't depend on epsilon now, but still on Ecore_data/Ecore_txt
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1')
-rw-r--r-- | recipes/efl1/ewl_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/efl1/ewl_svn.bb b/recipes/efl1/ewl_svn.bb index 910831ac00..871a43f884 100644 --- a/recipes/efl1/ewl_svn.bb +++ b/recipes/efl1/ewl_svn.bb @@ -1,8 +1,8 @@ DESCRIPTION = "The Enlightened Widget Library" -DEPENDS = "evas ecore edje emotion efreet epsilon" +DEPENDS = "evas ecore edje emotion efreet" LICENSE = "MIT BSD" PV = "0.5.3.050+svnr${SRCPV}" -PR = "r1" +PR = "r2" inherit efl |