summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/ecore.inc
Commit message (Collapse)AuthorAgeFilesLines
* efl: drop .inc and _svn.bb files for libs included in efl.gitMartin Jansa2013-08-141-114/+0
| | | | | | | * 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>
* recipes: Unify indentationMartin Jansa2013-04-151-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* ecore: disable some X extensions for native recipe and add libxfixes to ↵Martin Jansa2012-11-291-2/+17
| | | | | | | | | | | target DEPENDS * at least native libxrandr libxdamage libxcursor libxcomposite libxfixes are autodetected sometimes, leading to irreproducible builds and failing edje_cc /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/edje_cc: error while loading shared libraries: libXcursor.so.1: cannot open shared object file: No such file or directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ecore: drop libxputil from DEPENDSMartin Jansa2012-10-191-2/+3
| | | | | | | | | | * it was removed from oe-core http://git.openembedded.org/openembedded-core/commit/?id=5b3748d463a6666c0d8e2624092619da8d8e6328 * it needs to be explicitly disabled now, because recipe was removed in oe-core, but files still stay in sysroot and we cannot even cleansstate it now without recipes around. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: introduce 1.6.99-alpha releasesMartin Jansa2012-08-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ecore: add gnutls to DEPENDSMartin Jansa2012-08-201-2/+2
| | | | | | | * we explicitly disable openssl, but gnutls is autodetected http://git.shr-project.org/git/?p=buildhistory.git;a=commitdiff;h=7c2972a614cb2811962b95e1f0398cf07aafb7a0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: unify tabs/spaces usageMartin Jansa2012-08-201-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: add recipes for new released versionsMartin Jansa2012-04-261-19/+1
| | | | | | | * 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>
* ecore: move /usr/lib/ecore/immodules/xim.so from ${PN}-dev to ${PN}-imf"Martin Jansa2012-02-131-4/+7
| | | | | | | * it's needed for elementary entry too * also add empty /usr/bin to fix QA Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes-efl: update LIC_FILES_CHKSUM, Copyright was updated in r63187Martin Jansa2011-09-051-1/+1
| | | | | | * see http://trac.enlightenment.org/e/changeset/63187 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ecore: add ie /usr/lib/ecore/immodules/xim.so to ${PN}-devMartin Jansa2011-09-051-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ecore: add LIC_FILES_CHKSUM and inherit gettextMartin Jansa2011-03-251-3/+4
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Siged-off-by: Koen Kooi <koen@dominion.truhere.net>
* meta-efl: import from meta-shr.Koen Kooi2011-03-231-0/+111
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>