diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-19 14:00:05 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-23 23:21:14 +0100 |
commit | 6153ff53f944a7c0b733bbeda78020227e37f721 (patch) | |
tree | 6e11074f00d2967ce4594350369235f2be79b221 /meta-efl/conf/layer.conf | |
parent | c95e155780a0cf3a8fb59a2f86db6367d18116fc (diff) | |
download | meta-openembedded-6153ff53f944a7c0b733bbeda78020227e37f721.tar.gz |
efl: upgrade from separate recipes to shared efl-1.8.5
* eina, evas, eio, efreet, edbus2, ecore, ethumb, emotion, embryo, edje
are now built from single source tree
* announcements:
efl & friends
http://sourceforge.net/mailarchive/message.php?msg_id=31733071
EFL 1.8.4 release
http://sourceforge.net/mailarchive/message.php?msg_id=31826305
EFL 1.8.5 release
http://sourceforge.net/mailarchive/message.php?msg_id=31895179
* be aware that upgrade-path wont probably work correctly
and that you have to manually cleanup your sysroots before
migrating to new shared efl recipe, for details see
https://bugzilla.yoctoproject.org/show_bug.cgi?id=4102
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/conf/layer.conf')
-rw-r--r-- | meta-efl/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-efl/conf/layer.conf b/meta-efl/conf/layer.conf index fb9a7cecf..5ed7bd676 100644 --- a/meta-efl/conf/layer.conf +++ b/meta-efl/conf/layer.conf | |||
@@ -9,4 +9,5 @@ BBFILE_PATTERN_efl-layer := "^${LAYERDIR}/" | |||
9 | BBFILE_PRIORITY_efl-layer = "7" | 9 | BBFILE_PRIORITY_efl-layer = "7" |
10 | 10 | ||
11 | E_MIRROR = "http://download.enlightenment.org/releases" | 11 | E_MIRROR = "http://download.enlightenment.org/releases" |
12 | E_RELEASES = "http://download.enlightenment.org/rel" | ||
12 | E_SVN = "svn://svn.enlightenment.org/svn/e" | 13 | E_SVN = "svn://svn.enlightenment.org/svn/e" |