[oe-commits] Koen Kooi : elfe: add elementary to DEPENDS

git version control git at git.openembedded.org
Wed Feb 23 13:21:25 UTC 2011


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Feb 23 14:19:15 2011 +0100

elfe: add elementary to DEPENDS

| checking for E... configure: error: Package requirements (enlightenment
|                      elementary
|                      efreet >= 1.0.0
|                      ) were not met:
|
| No package 'elementary' found

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/e17/elfe_svn.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/e17/elfe_svn.bb b/recipes/e17/elfe_svn.bb
index d7a676f..8588ec3 100644
--- a/recipes/e17/elfe_svn.bb
+++ b/recipes/e17/elfe_svn.bb
@@ -4,6 +4,8 @@ PR = "${INC_PR}.0"
 
 require e-module.inc
 
+DEPENDS += "elementary"
+
 # Elfe is part of the enlightenment svn repository since this SRC_REV. As EFL_SRCREV is
 # currently much older we need to sync it when EFL_SRCREV will change.
 SRCREV = "57260"





More information about the Openembedded-commits mailing list