diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-02 10:44:05 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-03 23:25:15 +0100 |
commit | 4c7d2c99a937a3e44e2b840f02d48a2f4ca869fe (patch) | |
tree | 2af676fadd11826636c019936d2eba83e2e261c0 | |
parent | 0618ebdbecbe443ef35c7cf943b979625497fd8e (diff) | |
download | meta-openembedded-4c7d2c99a937a3e44e2b840f02d48a2f4ca869fe.tar.gz |
e-base: bump EFL_SRCREV
* this upgrade is important mostly for edbus2
* edbus2 is using AC_TRY_RUN in edbus/m4/ac_valist.m4, it does not
work for us cross-compiling
* without this change eve/enjoy segfaults:
http://sourceforge.net/mailarchive/message.php?msg_id=30297875
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-efl/classes/e-base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/classes/e-base.bbclass b/meta-efl/classes/e-base.bbclass index 1eb0eab61..f57ff900a 100644 --- a/meta-efl/classes/e-base.bbclass +++ b/meta-efl/classes/e-base.bbclass | |||
@@ -2,7 +2,7 @@ HOMEPAGE = "http://www.enlightenment.org" | |||
2 | SRCNAME ?= "${BPN}" | 2 | SRCNAME ?= "${BPN}" |
3 | SRCVER ?= "${PV}" | 3 | SRCVER ?= "${PV}" |
4 | 4 | ||
5 | EFL_SRCREV ?= "81627" | 5 | EFL_SRCREV ?= "82070" |
6 | 6 | ||
7 | ARM_INSTRUCTION_SET = "arm" | 7 | ARM_INSTRUCTION_SET = "arm" |
8 | 8 | ||