diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-11-20 17:25:29 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-11-29 11:04:53 +0100 |
commit | 84ac2a95e2eb18e8265ffc61dd6df33e42f61b7f (patch) | |
tree | b44be4cd7cc75dc11cfac05681f587f1ab0ab03b /meta-efl/classes/e-base.bbclass | |
parent | 57cbe778f0885b0a9819d14938fe68ce3539399e (diff) | |
download | meta-openembedded-84ac2a95e2eb18e8265ffc61dd6df33e42f61b7f.tar.gz |
e-base.bbclass: bump EFL_SRCREV for E17 alpha4
* be aware that this rev is slightly newer then alpha4, because we
need backported patch to edje-1.7
r79484 | raster | 2012-11-21 00:58:03 +0100 (Wed, 21 Nov 2012) | 3 lines
backport cedrics fix... not backported when done! :-P
and also this works only with conf/distro/include/efl-from-svn-recipes.inc
otherwise edje_cc segfaults when building default e-wm theme
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/classes/e-base.bbclass')
-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 3e7499f59..933ad76ff 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 ?= "79400" | 5 | EFL_SRCREV ?= "79502" |
6 | 6 | ||
7 | ARM_INSTRUCTION_SET = "arm" | 7 | ARM_INSTRUCTION_SET = "arm" |
8 | 8 | ||