summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/elementary.inc
Commit message (Collapse)AuthorAgeFilesLines
* elementary: remove --disable-webMartin Jansa2014-04-201-3/+0
| | | | | | * now handled by --with-elementary-web-backend in PACKAGECONFIG Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: upgrade to 1.9.0Martin Jansa2014-04-201-1/+1
| | | | | | | | | | | | | * announcement: http://sourceforge.net/mailarchive/message.php?msg_id=32024303 * emotion-generic-players and evas-generic-loaders LIC_FILES_CHKSUM change is just copyright update < Copyright (C) 2011-2011 Carsten Haitzler and various contributors (see AUTHORS) --- > Copyright (C) 2011-2014 Carsten Haitzler and various contributors (see AUTHORS) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elementary: Add PACKAGECONFIG for ewebkit and disable it by defaultMartin Jansa2014-02-231-0/+1
| | | | | | | | | * with floating dependency some packages can fail to detect elementary: Package 'ewebkit', required by 'elementary', not found * webkit-efl isn't in very good shape, so I don't want to force using it on everybody -> disable ewebkit by default Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elementary: upgrade to 1.8.4Martin Jansa2014-02-231-10/+19
| | | | | | | | | | | * Elementary 1.8.3 release http://sourceforge.net/mailarchive/message.php?msg_id=31826305 * Elementary 1.8.4 release http://sourceforge.net/mailarchive/message.php?msg_id=31895179 * introduce elementary-native for elm-prefs_cc and elementary_codegen binary Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elementary: add PACKAGECONFIG for eweatherMartin Jansa2013-08-141-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elementary, evas-generic-loaders, e-wm: Drop svn recipesMartin Jansa2013-08-141-2/+0
| | | | | | * keep .inc to reuse it for git recipe later Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* meta-efl: introduce 1.6.99-alpha releasesMartin Jansa2012-08-201-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: recipes: bump PR to rebuild after libudev0 soname change to libudev1Martin Jansa2012-07-191-1/+1
| | | | | | | * this patch depends on http://patchwork.openembedded.org/patch/32085/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-efl: add recipes for new released versionsMartin Jansa2012-04-261-0/+71
* 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>