summaryrefslogtreecommitdiffstats
path: root/meta-efl
Commit message (Collapse)AuthorAgeFilesLines
* e-wm: upgrade to 0.18.8Martin Jansa2014-08-211-2/+2
| | | | | | | | | | | | | Changes since 0.18.7: * screenshot now displays a helpful error message when it fails * efm no longer sometimes shows files from other directories * efm no longer sometimes shows blank filenames * fix syscon button signals * fix winlist scrolling * fix systray appindicator deletion * fix systray appindicator icon loading Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroups: Remove deprecated "task" backward compatibilityRobert P. J. Day2014-08-153-9/+0
| | | | | Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, expedite: explicitly add some packages, add libsdl dependencyMartin Jansa2014-08-112-4/+2
| | | | | | | | | | | | | * expedite has runtime dependency on them and insane_qa check doesn't see them as provided by evas dependency and shows following warnings: expedite-1.7.9: expedite rdepends on evas-engine-software-generic, but it isn't a build dependency? [build-deps] expedite-1.7.9: expedite rdepends on evas-engine-fb, but it isn't a build dependency? [build-deps] expedite-1.7.9: expedite rdepends on evas-loader-png, but it isn't a build dependency? [build-deps] * always use libsdl dependency instead of PACKAGECONFIG, because there is also software-sdl engine, which isn't controlled by any configure option Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* expedite: remove unrecognized configure optionsMartin Jansa2014-08-111-3/+0
| | | | | | | | | * fixes following QA warnings: expedite-1.7.9: expedite: configure was passed unrecognised options: --disable-software-16-ddraw --disable-software-sdl --disable-opengl-glew [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* engrave: add dependency on flexMartin Jansa2014-08-111-1/+1
| | | | | | | * fixes following floating dependencies: WARN: engrave: engrave rdepends on flex but it isn't a build dependency? 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>
* webkit-efl: Fix type-limits warningMartin Jansa2014-07-223-1/+34
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: Use automake foreign for ↵Richard Purdie2014-07-2220-7/+161
| | | | | | cpu/elmdentica/enjoy/ephoto/exalt-client/flame/forecasts/places/rain/uptime Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* engrave: Use autotools-brokensep to avoid build failuresRichard Purdie2014-07-221-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* efl, elementary: upgrade to 1.10.2Martin Jansa2014-07-222-4/+4
| | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/69/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-python: move recipes from meta-oeTim Orling2014-07-221-0/+1
| | | | | | | | | | | | | | | | | * Move recipes from meta-openembedded/meta-oe that are not depended upon by recipes already in meta-oe (e.g. gateone, anki) * Recipes NOT moved: python-futures python-pyopenssl python-simplejson python-tornado python-pyqt python-sip Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mcnavi: add missing dependency on intltool-nativeMartin Jansa2014-07-221-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary: upgrade to 1.10.1Martin Jansa2014-07-212-4/+4
| | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/63/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* claws-mail: Fix build with B!=SMartin Jansa2014-07-211-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imlib2: upgrade to use pkg-config for freetype2 supportMartin Jansa2014-07-152-9/+5
| | | | | | | | | | | | | | | | | * convert from old svn repo to new (legacy) git repo * fixed upstream: commit fe82b9760c7ceb25747c6e634bc827b4cc8ecabd Author: Kim Woelders <kim@woelders.dk> Date: Thu Jul 4 20:08:53 2013 +0200 Autofoo updates. - Eliminate deprecated AC_TRY_CPP. - Use pkg-config in stead of freetype-config to get freetype info. - Eliminate my_includes/my_libs. - Clean up include paths. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* layer.conf: Exclude some theme dependencies from siggenMartin Jansa2014-07-151-0/+12
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-efl-sdk: Use luajit instead of lua5.1Martin Jansa2014-06-211-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: use luajit by defaultMartin Jansa2014-06-211-9/+3
| | | | | | | | * lua-old is less tested and supported by upstream and luajit seems to work OK with 1.10.0 * luajit will be hard dependency with elua 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>
* efl: add PACKAGECONFIG for c++11 and disable it by defaultMartin Jansa2014-06-211-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary: upgrade to 1.10.0Martin Jansa2014-06-2111-37/+59
| | | | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/59/ * evas-generic-loaders LIC_FILES_CHKSUM change is only from formal changes in 'license: update FSF address.' commit Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* terminology: upgrade to 0.5.1Martin Jansa2014-06-214-18/+9
| | | | | | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/57/ * LIC_FILES_CHKSUM change is just Copyright year update: < Copyright (C) 2012-2014 Carsten Haitzler and various contributors (see AUTHORS) --- > Copyright (C) 2012-2012 Carsten Haitzler and various contributors (see AUTHORS) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: Add patch to fix crash caused by type errordv@pseudoterminal.org2014-06-212-0/+29
| | | | | Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imlib2, mcnavi: Blacklist because of broken imlib2 after freetype2-config ↵Martin Jansa2014-06-212-0/+4
| | | | | | was removed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exalt-client: fix build for B!=SMartin Jansa2014-05-151-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elmdentica: remove autopoint to fix B!=S buildMartin Jansa2014-05-151-4/+0
| | | | | | * it probably isn't needed anymore Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ephoto, libeflvala: use autotools-brokensepMartin Jansa2014-05-152-1/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* flame: fix build for B!=SMartin Jansa2014-05-151-5/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rain: fix build for B!=SMartin Jansa2014-05-151-5/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exalt: fix build for B!=SMartin Jansa2014-05-151-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lightmediascanner: fix build for B!=SMartin Jansa2014-05-151-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* azy: fix build for B!=SMartin Jansa2014-05-151-1/+1
| | | | 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>
* elementary: use B = "$S"Martin Jansa2014-05-121-0/+4
| | | | 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>
* efl: fix pkg-config files when B!=SMartin Jansa2014-05-051-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e.bbclass: Fix do_configure_append for B!=SMartin Jansa2014-05-051-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: explicitly depend on lua5.1Martin Jansa2014-04-201-5/+11
| | | | | | | | * even with luajit in DEPENDS, old lua5.1. was referenced from pkg-config and other recipes were failing when trying to use edje without lua5.1 in sysroot, e.g. cpu, e-tasks, e-wm, e-wm-config-illume2-shr, diskio Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: move to new git repoMartin Jansa2014-04-203-36/+52
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary, e-wm: Upgrade to 1.9.3/0.18.7Martin Jansa2014-04-203-6/+6
| | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/50/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edbus: remove test-gui optionMartin Jansa2014-04-201-3/+1
| | | | | | | | | | | * was removed in: commit eeca5e83e550179640bdbc6f71c8b3688944ff4d Author: barbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> Date: Fri Feb 26 23:05:02 2010 +0000 hal: remove pointless test gui. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>
* eve: adapt to webkit-efl changesMartin Jansa2014-04-202-1/+97
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary, e-wm: upgrade to latest versions 1.9.2 and 1.18.6Martin Jansa2014-04-204-32/+6
| | | | | | | * announcement: http://sourceforge.net/p/enlightenment/mailman/message/32148245/ 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>
* 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>
* e-tasks: Migrate to eldbusMartin Jansa2014-04-202-1/+207
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: upgrade to 0.18.4 and drop old 0.17.5Martin Jansa2014-04-203-28/+28
| | | | | | | * fix building e17 modules with elementary-1.9 * remove 0.17 version, because that one isn't going to be tested enough Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webkit-efl: upgrade to new snapshot r164189Martin Jansa2014-04-2010-705/+199
| | | | | | | | | * update webkit-efl_svn to point to the same source and old isn't compatible with new efl http://sourceforge.net/p/enlightenment/mailman/message/32002633/ * restrict for armv7a, because upstream dropped support Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: upgrade to 1.9.0Martin Jansa2014-04-2013-98/+80
| | | | | | | | | | | | | * 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>