aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/eeze_svn.bb
AgeCommit message (Collapse)Author
2013-08-14efl: drop .inc and _svn.bb files for libs included in efl.gitMartin Jansa
* in preparation for merged source dir in efl.git I don't plan to support newer SRCREVs from subversion * drop INC_PR and fold lib.inc into the recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2012-12-23meta-efl: update efl svn recipes PV to 1.7.4+svnrMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29efl: update svn recipes to use 1.7 branchMartin Jansa
* E17 will depend only on EFL 1.7 (probably 1.7.2) * next EFL release we'll have to update recipes a lot to use unified EFL source tree, maybe also git instead of svn * some libs are for newer EFL_SRCREV moved to IN-EFL subdirectory in trunk (eet eina embryo eo evas evil) * trunk depends on edbus2 (edbus dir instead of e_dbus) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29efl: EFL_SRCREV bump past 1.7.1 release and update PV in svn recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05e-base: bump EFL_SRCREV to 1.7.0 release and update PV in svn recipesMartin Jansa
* python bindings tarball are not released yet Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20meta-efl: introduce 1.6.99-alpha releasesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20efl: update PV in svn recipes to sort higher then releaseMartin Jansa
* now when we have newer EFL_SRCREV Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-16various: update ; proto= to ; protocol= in SRC_URIKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26meta-efl: add recipes for new released versionsMartin Jansa
* drop/reset PR where possible as PV is increased * remove RREPLACES for versions before meta-efl was created Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-13recipes: bump PR to rebuild .la files without libz.laMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-20e-base: bump EFL_SRCREV remove EFL_SRCREV_1.* and applied patches from ↵Martin Jansa
libeflvala, elsa and python-elementary * elementary (Evas_GL) and e-wm (backlight) depends on trunk again.. 10:06:36 < JaMa> shouldn't elementary and e17 depend only on efl-1.1? | ./Elementary.h:372:21: fatal error: Evas_GL.h: No such file or directory and e/src/bin/e_backlight.c:43: undefined reference to `ecore_x_randr_output_backlight_available' 10:07:32 < JaMa> but I'll recheck my configs 10:08:20 < moa> hum, that evas_gl.h would be a problem indeed 10:08:36 < moa> for e, i don't know 10:08:57 <@raster> elm requires svn evas 10:09:02 <@raster> thats unfortunately how it is 10:09:12 <@raster> requires evas_gl 10:09:35 < JaMa> maybe this is missing in 1.1 branch for e17? r65838 10:09:42 <@raster> yes 10:09:46 <@raster> its missing 10:09:50 <@raster> as its in trunk 10:09:53 <@raster> its a "new feature" 10:09:58 <@raster> not in stable 10:10:15 <@raster> uy'd have to patch out the support to make elm from svn build 10:10:42 < JaMa> raster: ok then I just didn't understand the dependency on "only" efl-1.1 right.. I'll update the rest of efl to same rev (instead of keeping them on 1.1 release) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-06e-base: introduce EFL_SRCREV_1.1.0 and bump EFL_SRCREVMartin Jansa
* add EFL_SRCREV_1.1.0 with SRCREV of release and use it for released libs * EFL_SRCREV will continue to track development in bindings, elementary and e17 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-23meta-efl: import from meta-shr.Koen Kooi
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>