summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Replace "cp -a" with "cp -R --no-dereference --preserve=mode,links"Martin Jansa2016-03-041-1/+1
| | | | | | | | | * Using "cp -a" leaks UID of user running the builds, causing many QA warnings. * See this thread for details: http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112904.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: upgrade to 1.15.0Martin Jansa2015-09-232-4/+4
| | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/python_efl_1_15_0_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: upgrade to 1.14.0Martin Jansa2015-05-172-4/+4
| | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/python_efl_1_14_0_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: upgrade to 1.13.0Martin Jansa2015-02-273-6/+6
| | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/python_efl_1_13_0_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: Upgrade to 1.12.0Martin Jansa2014-12-173-7/+8
| | | | | | | * announcement https://phab.enlightenment.org/phame/post/view/98/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: upgrade to 1.11.0Martin Jansa2014-10-062-4/+4
| | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/86/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: upgrade to 1.10.1Martin Jansa2014-08-232-4/+4
| | | | | | | | | | | | | | | | | | | | | | = Changes since 1.10.0 = Kai Huuhko (7): - warnings-- - Documentation: warnings-- - Elementary.multibuttonentry: Inject a Python object to created items - Elementary.entry: Fix ref leak in filter callback handling. - Elementary: Fix object item tooltips - Fix build from tarball with Cython installed - Bump version number for release 1.10.1 davemds (1): - Fix emotion.__repr__ function godfath3r (1): - doc: add cleanup command in INSTALL file. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: add git versionMartin Jansa2014-07-241-0/+8
| | | | | | | | | | | | | | | | | | | | * the tarball is missing .pxd files and re-building with our python-cython fails with: | Compiling efl/elementary/scroller.pyx because it depends on /OE | Error compiling Cython file: | ------------------------------------------------------------ | ... | from libc.stdint cimport uintptr_t | import traceback | from efl.eo cimport Eo, PY_REFCOUNT | from efl.utils.conversions cimport _ctouni | from cpython cimport Py_INCREF, Py_DECREF | cimport efl.ecore.enums as enums | ^ | ------------------------------------------------------------ | | efl/ecore/__init__.pyx:221:8: 'efl.ecore.enums.pxd' not found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: upgrade to 1.10.0Martin Jansa2014-06-213-5/+10
| | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/60/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: add dependency on python-dbus and lua to always build edje and ↵Martin Jansa2014-05-121-1/+1
| | | | | | | | | | elementary bindings * fixes following issue in test-dependencies report: python-efl/python-edje/latest lost dependency on edje eglibc eina libpython2 python-efl/python-elementary/latest lost dependency on eglibc eina elementary evas libpython2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: add dependency on elementaryMartin Jansa2014-05-091-1/+1
| | | | | | | * otherwise python-elementary package is created only when elementary was built before python-efl Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: upgrade to 1.9.0Martin Jansa2014-04-203-5/+5
| | | | | | | * announcement: http://sourceforge.net/p/enlightenment/mailman/message/32066075/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: update packaging to match old packagesMartin Jansa2014-02-231-2/+39
| | | | | | * like in efl recipe create packages matching with old separate recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: upgrade from separate recipes to shared python-efl-1.8.1Martin Jansa2014-02-2321-169/+63
| | | | | | | | | | | | | | | | | * python-ecore, python-edbus, python-edje, python-elementary, python-emotion, python-evas are now built from single source tree * announcements: 1.8.0: http://sourceforge.net/mailarchive/message.php?msg_id=31728838 1.8.1: http://sourceforge.net/mailarchive/message.php?msg_id=31862842 * be aware that upgrade-path wont probably work correctly and that you have to manually cleanup your sysroots before migrating to new shared efl recipe, for details see https://bugzilla.yoctoproject.org/show_bug.cgi?id=4102 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-edje: Fix building by preventing attempted use of examplesBob Ham2013-08-141-0/+1
| | | | | | | | | | The examples apparently require compilation of .edc files to .edj files using a program called edje_cc. I have no idea how the upstream Makefile is supposed to work but it contains no such instructions and errors out without this configure option. Signed-off-by: Bob Ham <rah@settrans.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* 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>
* python-efl: upgrade recipes to 1.7.0Martin Jansa2012-09-0512-37/+31
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: upgrade svn recipes to 1.7.0+svnMartin Jansa2012-09-056-6/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: upgrade to 1.6.99-betaMartin Jansa2012-08-2012-37/+37
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: introduce recipes for 1.6.99-alpha release and add negative D_P ↵Martin Jansa2012-08-2019-33/+109
| | | | | | to svn recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: bump PV and reset PRMartin Jansa2012-08-207-8/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-edje: add evas to DEPENDSMartin Jansa2012-08-201-1/+1
| | | | | | * fixes: ./edje/edit/c_edit.c:235:18: fatal error: Evas.h: No such file or directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: unify tabs/spaces usageMartin Jansa2012-08-201-15/+15
| | | | 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>
* 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>
* python-elementary: another PR bump for libtiff3->libtiff5Martin Jansa2012-03-091-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-elementary: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: bump PR to rebuild .la files without libz.laMartin Jansa2012-02-134-4/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV remove EFL_SRCREV_1.* and applied patches from ↵Martin Jansa2011-12-202-51/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* python-elementary: temporary fix to get it buildMartin Jansa2011-12-062-1/+52
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: bump PR after python upgradeMartin Jansa2011-11-016-6/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: use INC_PRMartin Jansa2011-10-127-1/+7
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-efl: import from meta-shrMartin Jansa2011-03-318-0/+122
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>