diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-11-16 12:21:14 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-11-29 11:04:53 +0100 |
commit | a5a40666aac920a475061cbe6143765f22bc0d34 (patch) | |
tree | 872b9bd56f66dbb0789a4e2feb950f75a3ee28d6 /meta-efl/classes/e-base.bbclass | |
parent | b4a28841f759726776092c98117c86383c5ebef5 (diff) | |
download | meta-openembedded-a5a40666aac920a475061cbe6143765f22bc0d34.tar.gz |
e-base: bump EFL_SRCREV for E17 alpha3
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 03f673d42..3e7499f59 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 ?= "78871" | 5 | EFL_SRCREV ?= "79400" |
6 | 6 | ||
7 | ARM_INSTRUCTION_SET = "arm" | 7 | ARM_INSTRUCTION_SET = "arm" |
8 | 8 | ||