diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-28 22:32:26 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-20 09:57:41 +0200 |
commit | 3dafca66492c3f696b6348df6262d69e81718de6 (patch) | |
tree | c9af62c8c408a54688c3cc3121a3bc4704154d74 | |
parent | 0c194f4e8d233ae92ea10860049e304dbe449bc7 (diff) | |
download | meta-openembedded-3dafca66492c3f696b6348df6262d69e81718de6.tar.gz |
elementary: add eio to DEPENDS
* fixes:
| /bin/grep: /OE/shr-core/tmp-eglibc/sysroots/spitz/usr/lib/libeio.la: No such file or directory
| /bin/sed: can't read /OE/shr-core/tmp-eglibc/sysroots/spitz/usr/lib/libeio.la: No such file or directory
| arm-oe-linux-gnueabi-libtool: link: `/OE/shr-core/tmp-eglibc/sysroots/spitz/usr/lib/libeio.la' is not a valid libtool archive
| make[3]: *** [module.la] Error 1
| make[3]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/elementary-2_1.0.1+svnr74527-r1.0/elementary/src/edje_externals'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-efl/recipes-efl/efl/elementary_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/elementary_svn.bb b/meta-efl/recipes-efl/efl/elementary_svn.bb index eb28d9ae1..fa8a8e85a 100644 --- a/meta-efl/recipes-efl/efl/elementary_svn.bb +++ b/meta-efl/recipes-efl/efl/elementary_svn.bb | |||
@@ -4,6 +4,7 @@ SRCREV = "${EFL_SRCREV}" | |||
4 | PV = "1.0.1+svnr${SRCPV}" | 4 | 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 | DEPENDS += "eio" | ||
7 | 8 | ||
8 | SRC_URI = "\ | 9 | SRC_URI = "\ |
9 | ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \ | 10 | ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \ |