summaryrefslogtreecommitdiffstats
path: root/meta-efl
Commit message (Collapse)AuthorAgeFilesLines
* evas: Add patch to fix segfaultsMartin Jansa2013-06-112-1/+148
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: upgrade efl to 1.7.7, e-wm to 0.17.3Martin Jansa2013-06-1130-144/+144
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* README: show github mirror URL in layer dependenciesMartin Jansa2013-04-291-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* README: add -M to git send-email exampleMartin Jansa2013-04-291-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm-0.17.2.1: Update checksums, tarball was repackaged upstream :/Martin Jansa2013-04-291-2/+2
| | | | | | | | | | | Files enlightenment-0.17.2.1/ChangeLog and enlightenment-0.17.2.1-new/ChangeLog differ Files enlightenment-0.17.2.1/NEWS and enlightenment-0.17.2.1-new/NEWS differ Files enlightenment-0.17.2.1/po/ca.gmo and enlightenment-0.17.2.1-new/po/ca.gmo differ Files enlightenment-0.17.2.1/po/ca.po and enlightenment-0.17.2.1-new/po/ca.po differ Files enlightenment-0.17.2.1/po/eo.gmo and enlightenment-0.17.2.1-new/po/eo.gmo differ Files enlightenment-0.17.2.1/po/eo.po and enlightenment-0.17.2.1-new/po/eo.po differ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* update README to dylanEric Bénard2013-04-231-4/+4
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* recipes: Unify indentationMartin Jansa2013-04-1558-290/+290
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* entrance: move systemd support from meta-systemd back to meta-eflMartin Jansa2013-04-152-1/+26
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evas-1.7.6.1: Update checksums, tarball was repackaged upstream :/Martin Jansa2013-04-121-3/+3
| | | | | | | | | Files old/evas-1.7.6.1/ChangeLog and new/evas-1.7.6.1/ChangeLog differ Files old/evas-1.7.6.1/NEWS and new/evas-1.7.6.1/NEWS differ Files old/evas-1.7.6.1/src/lib/engines/common/evas_font_ot.c and new/evas-1.7.6.1/src/lib/engines/common/evas_font_ot.c differ Files old/evas-1.7.6.1/src/tests/evas_test_textblock.c and new/evas-1.7.6.1/src/tests/evas_test_textblock.c differ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: upgrade to 1.17.2.1 which correctly sets relnameMartin Jansa2013-04-091-2/+2
| | | | | | * so all modules end in right subdirectory now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evas: upgrade to 1.7.6.1 and drop applied patchMartin Jansa2013-04-093-50/+10
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: upgrade efl to 1.7.6, e-wm to 0.17.2, terminology to 0.3.0Martin Jansa2013-04-0933-154/+194
| | | | | | | | * announcements: http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg52198.html http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg51986.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: set ALLOW_EMPTY only for PNMartin Jansa2013-03-053-3/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* enjoy: improve RDEPENDS to set it only on PNMartin Jansa2013-02-051-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: upgrade to 0.17.1Martin Jansa2013-02-011-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webkit-efl: add edbus dependencyMartin Jansa2013-01-221-1/+1
| | | | | | | | | | -- checking for module 'edbus>=1.1.0' | -- package 'edbus>=1.1.0' not found | -- checking for module 'eukit>=1.1.0' | -- package 'eukit>=1.1.0' not found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: upgrade efl to 1.7.5Martin Jansa2013-01-0629-142/+142
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edbus2: update DESCRIPTIONMartin Jansa2013-01-032-2/+2
| | | | | | * remove HAL from DESCRIPTION, it's from e_dbus Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edbus2: update SRC_URIMartin Jansa2013-01-031-1/+1
| | | | | | | * edbus2 was merged in efl tree and moved to IN-EFL in r81826 there is important fix also in IN-EFL/edbus2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREVMartin Jansa2013-01-031-1/+1
| | | | | | | | | | * this upgrade is important mostly for edbus2 * edbus2 is using AC_TRY_RUN in edbus/m4/ac_valist.m4, it does not work for us cross-compiling * without this change eve/enjoy segfaults: http://sourceforge.net/mailarchive/message.php?msg_id=30297875 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webkit-efl: fix build with bison-2.6+Martin Jansa2012-12-272-1/+560
| | | | | | * bison was upgraded to 2.7 in oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mcnavi: upgrade to 0.3.4Martin Jansa2012-12-251-4/+2
| | | | | | * old version no longer available on SRC_URI Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edbus2: include edbus-codegen in PN-utilsMartin Jansa2012-12-231-1/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: add recipe for released tarballMartin Jansa2012-12-234-204/+230
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: update efl svn recipes PV to 1.7.4+svnrMartin Jansa2012-12-2316-16/+16
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: upgrade efl to 1.7.4Martin Jansa2012-12-2329-142/+142
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV for E17 zeroMartin Jansa2012-12-231-1/+1
| | | | | | | * alias final Enlightenment 0.17 version * announcement: http://www.enlightenment.org/p.php?p=news&l=en Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV for E17 release called omegeMartin Jansa2012-12-191-1/+1
| | | | | | | * this should be last pre-release before E17 * changelog: http://enlightenment.org/p.php?p=news/show&l=en&news_id=75 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* azy: rename lemon provided by azy-native to azy_lemonMartin Jansa2012-12-181-3/+3
| | | | | | | | | | | | * meta-openembedded/meta-oe/recipes-devtools/lemon/lemon_3.5.4.bb provides almost the same lemon but lemon.c in azy sources is a bit modified (and completely reformatted :/) * rename it to resolve: WARNING: The recipe azy-native is trying to install files into a shared area when those files already exist. Those files and their manifest location are: /OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/lemon Matched in manifest-x86_64-lemon-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* terminology: upgrade to 0.2.0Martin Jansa2012-12-184-12/+12
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV for E17 release called luckyMartin Jansa2012-12-181-1/+1
| | | | | | | * changelog: http://enlightenment.org/p.php?p=news/show&l=en&news_id=73 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* azy: simplify do_configureMartin Jansa2012-12-161-5/+3
| | | | | | | | | | * probably because of http://git.openembedded.org/bitbake/commit/?id=9fc98f96f0e0320beda0ce9546275a99336732c1 it now failed with /OE/jansa-test/shr-core/tmp-eglibc/work/x86_64-linux/azy-native/2_1.0.0+svnr80969-r0/temp/run.do_configure.30731: line 88: efl_do_configure: command not found ERROR: Function failed: do_configure (see /OE/jansa-test/shr-core/tmp-eglibc/work/x86_64-linux/azy-native/2_1.0.0+svnr80969-r0/temp/log.do_configure.30731 for further information) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* emotion: disable generic-vlc backendMartin Jansa2012-12-141-2/+2
| | | | | | | | | | * we don't have vlc in DEPENDS, but when it happens to be built before emotion, it causes undeterministic builds and unpackaged files emotion-1.7.3: emotion: Files/directories were installed but not shipped /usr/lib/emotion/utils/em_generic_vlc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV for E17 gammaMartin Jansa2012-12-131-1/+1
| | | | | | | * changelog: http://www.enlightenment.org/p.php?p=news/show&l=&news_id=72 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV for E17 beta1 and EFL 1.7.3Martin Jansa2012-12-131-1/+1
| | | | | | | | * changelog: http://www.enlightenment.org/p.php?p=news/show&l=&news_id=70 http://www.enlightenment.org/p.php?p=news/show&l=&news_id=71 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: upgrade to 1.7.3Martin Jansa2012-12-1329-142/+142
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exalt-client: fix FILES for PN-staticdevMartin Jansa2012-12-111-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl.bbclass: fix FILES for PN-staticdevMartin Jansa2012-12-111-3/+1
| | | | | | * ${libdir}/${BPN}/*.a is there by default and it's PN-staticdev not PN-static Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: fix do_configure_prepend to be reentrantMartin Jansa2012-12-111-2/+2
| | | | | | | | | | | | | | | | | | | * without '=' it added ${STAGING_DIR_HOST} prefix again when do_configure was executed twice in the same WORKDIR causing issues when looking for header files in python-edje, python-ecore, python-elementary and python-emotion ./python-edje/configure.ac:CYTHON_EDJE_INCLUDEDIR=`$PKG_CONFIG --variable=includedir "python-evas >= ${python_evas_version}"` ./python-ecore/configure.ac:CYTHON_ECORE_EVAS_INCLUDEDIR="" ./python-ecore/configure.ac:CYTHON_ECORE_EVAS_INCLUDEDIR=`$PKG_CONFIG --variable=includedir "python-evas >= ${python_evas_version}"` ./python-elementary/configure.ac:CYTHON_ELEMENTARY_INCLUDEDIR=`$PKG_CONFIG --variable=includedir "python-evas >= ${python_evas_version}"` ./python-emotion/configure.ac:CYTHON_EMOTION_INCLUDEDIR=`$PKG_CONFIG --variable=includedir "python-evas >= ${python_evas_version}"` * config.log diffs confirms duplicated ${STAGING_DIR_HOST} prefix < CYTHON_ECORE_EVAS_INCLUDEDIR='/OE/jansa-test/shr-core/tmp-eglibc/sysroots/tuna/usr/include/python-evas' --- > CYTHON_ECORE_EVAS_INCLUDEDIR='/OE/jansa-test/shr-core/tmp-eglibc/sysroots/tuna/OE/jansa-test/shr-core/tmp-eglibc/sysroots/tuna/usr/include/python-evas' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* enjoy: depend on edbus2Martin Jansa2012-12-111-1/+1
| | | | | | * ported to edbus2 in r80102 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base.bbclass: bump EFL_SRCREV for E17 alpha8Martin Jansa2012-12-111-1/+1
| | | | | | * changelog: http://enlightenment.org/p.php?p=news/show&l=en&news_id=69 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lightmediascaner: move .a files from PN-dev to PN-staticdevMartin Jansa2012-12-111-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exalt-client: add LIC_FILES_CHKSUMMartin Jansa2012-12-111-1/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epdfview: move from meta-efl to meta-gnomeMartin Jansa2012-12-115-117/+0
| | | | | | * as suggested in http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-November/042449.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elementary-alarm: remove recipe, source was removed in r70549Martin Jansa2012-12-111-17/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* waker: remove recipe, source was removed in r70549Martin Jansa2012-12-111-17/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* notification: remove recipe, notification module is now part of e-wmMartin Jansa2012-12-111-13/+0
| | | | | | * merged to e in r64475 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edb: add LIC_FILES_CHKSUMMartin Jansa2012-12-111-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* engrave: add LIC_FILES_CHKSUMMartin Jansa2012-12-111-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epeg: add LIC_FILES_CHKSUMMartin Jansa2012-12-111-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>