summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/eve_svn.bb
Commit message (Collapse)AuthorAgeFilesLines
* eve: move to new git repoMartin Jansa2014-04-201-33/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: adapt to webkit-efl changesMartin Jansa2014-04-201-1/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: restrict for armv7a, because upstream dropped support in webkit-eflMartin Jansa2014-04-201-0/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: bump SRCREV and update dependency from edbus2 to eldbusMartin Jansa2014-02-241-2/+2
| | | | | | * edbus2 was renamed to eldbus and is now included in efl source tree Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* eve: bump SRCREV back to EFL_SRCREV and add edbus2 dependencyMartin Jansa2012-11-291-4/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: add edbus to DEPENDS, but use older SRCREV which depends on edbus1 not ↵Martin Jansa2012-11-291-2/+4
| | | | | | edbus2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: drop patch applied upstreamMartin Jansa2012-08-201-2/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: add patch to build against newer webkit-eflMartin Jansa2012-07-301-0/+2
| | | | | | | | | | * otherwise fails at runtime: CRI<627>: /OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/webkit-efl/webkit-efl-1.9.5+svnr120144-r0/src/Source/WebKit/efl/ewk/ewk_view.cpp:1264 ewk_view_base_smart_set() Ewk_View_Smart_Class 0x617f00 is version 4 while 5 was expected. CRI<627>: /OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/webkit-efl/webkit-efl-1.9.5+svnr120144-r0/src/Source/WebKit/efl/ewk/ewk_view.cpp:1264 ewk_view_base_smart_set() Ewk_View_Smart_Class 0x6180c0 is version 4 while 5 was expected. eve[627]: segfault at 0 ip (null) sp 00007fff7ee1fb18 error 14 in eve[400000+18000] Segmentation fault Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* various: update ; proto= to ; protocol= in SRC_URIKoen Kooi2012-07-161-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: add recipes for new released versionsMartin Jansa2012-04-261-1/+0
| | | | | | | * 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>
* eve: another PR bump for libtiff3->libtiff5Martin Jansa2012-03-091-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV againMartin Jansa2012-02-261-2/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: bump SRCREV for compatibility with newer webkit-efl and deprecated elm APIsMartin Jansa2012-01-231-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: add autopointMartin Jansa2011-12-061-1/+5
| | | | | | | * autopoint was removed in e.bbclass because most stuff works without it and it was breaking elementary but here it's still needed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: update LICENSE fields and remove patch applied upstreamMartin Jansa2011-06-081-3/+4
| | | | | | | | | | | * context menu was removed completely in r59455 * add LIC_FILES_CHKSUM * fix LICENSE * add gettext to inherit Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: import from meta-shr.Koen Kooi2011-03-231-0/+21
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>