[oe-commits] Martin Jansa : emotion: add eio dependency

git at git.openembedded.org git at git.openembedded.org
Mon Aug 20 18:10:42 UTC 2012


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 29 14:09:29 2012 +0200

emotion: add eio dependency

* fixes:  emotion_smart.c:10:18: fatal error: Eio.h: No such file or directory

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

---

 meta-efl/recipes-efl/efl/emotion_svn.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/emotion_svn.bb b/meta-efl/recipes-efl/efl/emotion_svn.bb
index eb28d9a..bf75d9e 100644
--- a/meta-efl/recipes-efl/efl/emotion_svn.bb
+++ b/meta-efl/recipes-efl/efl/emotion_svn.bb
@@ -5,6 +5,8 @@ PV = "1.0.1+svnr${SRCPV}"
 PR = "${INC_PR}.0"
 DEFAULT_PREFERENCE = "-1"
 
+DEPENDS += "eio"
+
 SRC_URI = "\
   ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \
 "





More information about the Openembedded-commits mailing list