summaryrefslogtreecommitdiffstats
path: root/meta-efl
Commit message (Collapse)AuthorAgeFilesLines
...
* e-base.bbclass: bump EFL_SRCREV for E17 alpha4Martin Jansa2012-11-291-1/+1
| | | | | | | | | | | * be aware that this rev is slightly newer then alpha4, because we need backported patch to edje-1.7 r79484 | raster | 2012-11-21 00:58:03 +0100 (Wed, 21 Nov 2012) | 3 lines backport cedrics fix... not backported when done! :-P and also this works only with conf/distro/include/efl-from-svn-recipes.inc otherwise edje_cc segfaults when building default e-wm theme Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm-theme-b-and-w: add recipe for old default theme b_and_wMartin Jansa2012-11-291-0/+31
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: add work around for illume2 issues from r78978Martin Jansa2012-11-291-1/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: update path to icon_icon_theme.png, add some unpackaged files and xcb ↵Martin Jansa2012-11-291-3/+5
| | | | | | to DEPENDS Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV for E17 alpha3Martin Jansa2012-11-291-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV for E17 alpha2Martin Jansa2012-11-291-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: update svn recipes to use 1.7 branchMartin Jansa2012-11-2915-15/+45
| | | | | | | | | | | * E17 will depend only on EFL 1.7 (probably 1.7.2) * next EFL release we'll have to update recipes a lot to use unified EFL source tree, maybe also git instead of svn * some libs are for newer EFL_SRCREV moved to IN-EFL subdirectory in trunk (eet eina embryo eo evas evil) * trunk depends on edbus2 (edbus dir instead of e_dbus) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>
* evas: add tiff to DEPENDSMartin Jansa2012-11-291-2/+2
| | | | | | | | * it's explicitly enabled in OECONF and fails without | evas_image_load_tiff.c:8:20: fatal error: tiffio.h: No such file or directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl-from-svn-recipes.inc: update to match new versionMartin Jansa2012-11-291-7/+8
| | | | | | | * be aware that elocation, efreet and latest eve now depends on edbus2 (edbus directory in svn, e_dbus is edbus1) and we don't have recipe for edbus2 yet Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elementary-theme-efenniht: update path to shared imagesMartin Jansa2012-11-291-1/+2
| | | | | | * moved to images subdirectory in r78304 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>
* efl: EFL_SRCREV bump past 1.7.1 release and update PV in svn recipesMartin Jansa2012-11-2916-16/+16
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: upgrade to bugfix release 1.7.1Martin Jansa2012-11-2929-142/+142
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Replace bb.data.* with d.*Paul Eggleton2012-10-283-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* imlib2: inherit binconfigMartin Jansa2012-10-261-6/+2
| | | | | | * it was installing imlib2-config directly to sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rage: Add license checksumOtavio Salvador2012-10-241-0/+1
| | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* epdfview: Sync with Debian 0.1.8-3 patchesOtavio Salvador2012-10-246-14/+101
| | | | | | | | This includes the patches in use in Debian package to fix color inversion and other minor issues. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mcnavi: move from meta-oe to meta-eflMartin Jansa2012-10-191-0/+15
| | | | | | | * mcnavi depends on ecore, but meta-oe does not depend on meta-efl * thanks to kergoth for reporting this! 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>
* PACKAGES_DYNAMIC: use regexp not globMartin Jansa2012-10-192-2/+2
| | | | | | | | | | * bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) * use += instead of = in most cases to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elmdentica: add LIC_FILES_CHKSUMMartin Jansa2012-10-021-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* azy: fix do_configureMartin Jansa2012-10-021-3/+4
| | | | | | * something changed in override/prepend expansion and azy-native now had do_configure_prepend applied too Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* azy: add LIC_FILES_CHKSUMMartin Jansa2012-10-021-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: bump PR to rebuild after libffi5 -> libffi6Martin Jansa2012-09-202-2/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-efl: enjoy: fix scrollingDenis 'GNUtoo' Carikli2012-09-112-1/+139
| | | | | | | | * [SHR bug #2058] http://www.shr-project.org/trac/ticket/2058 * [EFL bug #1477] http://trac.enlightenment.org/e/ticket/1477 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evas: move EVAS_CPU_TWEAKS to target EXTRA_OECONFMartin Jansa2012-09-111-2/+2
| | | | | | | | | | | * it was causing different sstate checksum for evas-native $ bitbake-diffsigs stamps.1347348593/nokia900/x86_64-linux/evas-native-2_1.7.0-r0.0.do_configure.sigdata.cc8b80e938b87ad1bb8d6ded52ef941f stamps.1347348593/om-gta02/x86_64-linux/evas-native-2_1.7.0-r0.0.do_configure.sigdata.e6143417eb7ea0ebd0ab299ce5a024ea basehash changed from f453b3bdd276ffd49445d1c81e2962e8 to 3a244a9f14657439d5b4a8c7d609b087 Variable EVAS_CPU_TWEAKS value changed from --disable-cpu-neon to Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* task-x11-illume: rename to packagegroup-x11-illumeMartin Jansa2012-09-061-4/+7
| | | | | | | | * add RPROVIDES/RREPLACES/RCONFLICTS task-x11-illume for upgrade path * RDEPEND on packagegroup-core-x11* from oe-core now with task-x11-* gone from meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup: add RPROVIDES/RREPLACES/RCONFLICTS and bump PR to get some ↵Martin Jansa2012-09-052-0/+10
| | | | | | upgrade path Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* task*: rename to packagegroup to match oe-coreMartin Jansa2012-09-054-5/+5
| | | | 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-057-13/+12
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* task-x11-illume: update default ECONFIGMartin Jansa2012-09-051-4/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: update RRECOMMENDS_-config-mobileMartin Jansa2012-09-051-2/+2
| | | | | | * I've forgot to rename this when illume2 was renamed to mobile Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes-efl: upgrade from 1.7.0-beta to 1.7.0Martin Jansa2012-09-0530-181/+151
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* terminology: add version 0.1.0, negative D_P to svn and bump PEMartin Jansa2012-09-054-19/+38
| | | | | | * PE bump is needed for upgrade path from svn recipe to 0.1.0 release Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV to 1.7.0 release and update PV in svn recipesMartin Jansa2012-09-0517-24/+24
| | | | | | * python bindings tarball are not released yet 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>
* expedite: move to efl subdirMartin Jansa2012-08-203-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes-efl: upgrade to 1.6.99-betaMartin Jansa2012-08-2029-169/+169
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV for 1.6.99-betaMartin Jansa2012-08-201-1/+1
| | | | 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-2020-33/+116
| | | | | | 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>
* efl-from-svn-recipes: update P_Vs, now all svn recipes have 1.6.99+svnMartin Jansa2012-08-201-11/+9
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: introduce 1.6.99-alpha releasesMartin Jansa2012-08-2058-286/+222
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV for 1.6.99-alphaMartin Jansa2012-08-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elsa: rename to entranceMartin Jansa2012-08-202-14/+9
| | | | | | * elsa was killed in r75060 and reintroduced in r75061 with old name - entrance Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREVMartin Jansa2012-08-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: illume2 profile was renamed to mobileMartin Jansa2012-08-201-3/+7
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREVMartin Jansa2012-08-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>