diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-26 09:46:22 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-20 09:57:40 +0200 |
commit | 6d175440566485f67547aa7900d5441eb7a4c920 (patch) | |
tree | c86891d4368118c72ff544c9d877c34b281393bc /meta-efl | |
parent | aae1f884d888d778f9b744e363fefa7f33ff4104 (diff) | |
download | meta-openembedded-6d175440566485f67547aa7900d5441eb7a4c920.tar.gz |
edbus: add eina to DEPENDS
* it's using that
| performance.c:2:18: fatal error: Eina.h: No such file or directory
| compilation terminated.
| make[3]: *** [e_dbus_performance-performance.o] Error 1
| make[3]: *** Waiting for unfinished jobs....
| make[3]: Leaving directory /OE/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/edbus-2_1.2.1+svnr74419-r0.0/e_dbus/src/bin
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/recipes-efl/efl/edbus.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/edbus.inc b/meta-efl/recipes-efl/efl/edbus.inc index ad20c8c78..cca9c5ea2 100644 --- a/meta-efl/recipes-efl/efl/edbus.inc +++ b/meta-efl/recipes-efl/efl/edbus.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "DBus and HAL convenience wrappers for EFL" | 1 | DESCRIPTION = "DBus and HAL convenience wrappers for EFL" |
2 | DEPENDS = "dbus ecore" | 2 | DEPENDS = "dbus ecore eina" |
3 | LICENSE = "MIT BSD" | 3 | LICENSE = "MIT BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=550b8cea13dacc4bf00508a8cce1074c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=550b8cea13dacc4bf00508a8cce1074c" |
5 | 5 | ||