diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-29 14:09:29 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-20 09:57:41 +0200 |
| commit | 14b3bdd390fb782786dd88ce7250b5f424604065 (patch) | |
| tree | 912e721dfdd70bf40e6caa2d393402a2a8a7f93f | |
| parent | b19d1dddc29d569d1fa843a5800255ded2efdf06 (diff) | |
| download | meta-openembedded-14b3bdd390fb782786dd88ce7250b5f424604065.tar.gz | |
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@gmail.com>
| -rw-r--r-- | 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 eb28d9ae19..bf75d9eeb4 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}" | |||
| 5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
| 6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
| 7 | 7 | ||
| 8 | DEPENDS += "eio" | ||
| 9 | |||
| 8 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 9 | ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 10 | " | 12 | " |
