diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-03-24 07:59:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-26 13:37:55 +0200 |
commit | 6acf438b92fed6ef57065eb88f4e9a4867b99761 (patch) | |
tree | c31887dd25495034fc0fe69ca2804679154daa39 /meta-efl | |
parent | bcd942a3129c6621486973d3cd92cc1489a57547 (diff) | |
download | meta-openembedded-contrib-6acf438b92fed6ef57065eb88f4e9a4867b99761.tar.gz |
e-base: bump EFL_SRCREV
Newer efl alpha was released today, so I hope that next bump will be with released tarballs.
This EFL_SRCREV is a bit older but worth upgrading as it finishes python-elementary changes
for elementary-1.0 APIs and also includes .so changes for release (so switch to tarballs should
be rather formality with bugfixes).
All elementary based apps need PR bump.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl')
-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 58636ecd251..32f0b285053 100644 --- a/meta-efl/classes/e-base.bbclass +++ b/meta-efl/classes/e-base.bbclass @@ -1,6 +1,6 @@ HOMEPAGE = "http://www.enlightenment.org" SRCNAME ?= "${BPN}" -EFL_SRCREV ?= "69323" +EFL_SRCREV ?= "69500" ARM_INSTRUCTION_SET = "arm" |