aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
AgeCommit message (Collapse)Author
2012-03-09eve: another PR bump for libtiff3->libtiff5Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-09python-elementary: another PR bump for libtiff3->libtiff5Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-09epdf: another PR bump for libtiff3->libtiff5Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-09elementary: add poppler to DEPENDSMartin Jansa
* poppler is autodetected and then transitive deps are not working as expected (it will remove tiff from sysroot to replace it with newer version while building something else against elementary) | /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/4.6.3/ld: warning: libtiff.so.3, needed by /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libelementary.so, not found (try using -rpath or -rpath-link) | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: undefined reference to `TIFFSetField' | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: undefined reference to `TIFFClose' | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: undefined reference to `TIFFDefaultStripSize' | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: undefined reference to `TIFFFdOpen' | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: undefined reference to `TIFFWriteScanline' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-09e-base: bump EFL_SRCREVMartin Jansa
* remove e-wm patch from 974d2fe857c82826606959ea909bc6e75567e4e4, it's not needed now. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28libeflvala: add tiff to DEPENDS and bump PR to rebuild after ↵Martin Jansa
libtiff3->libtiff5 change Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28imlib2: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28evas: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28ethumb: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28epdf: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28elfe: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28python-elementary: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-26e-wm: fix memory usage with illume causing OOMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-26e-tasks: addapt to newer elementaryMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-26e-base: bump EFL_SRCREV againMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-24task-x11-illume: use allarchMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-23elsa: remove unneeded systemd codeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-22task-x11-illume: change default ETHEME from e-wm-theme-illume to ↵Martin Jansa
e-wm-theme-default * e-wm-theme-illume is gone with illume1 (see b37564b7355af71595ac48b96bcf7d2087e47c73) * found by accident when running distroless build, guess everybody is using own theme anyway Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-15webkit-efl: resolve build error with missing eina lib when linked by goldMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-13recipes: bump PR to rebuild .la files without libz.laMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-13ecore: move /usr/lib/ecore/immodules/xim.so from ${PN}-dev to ${PN}-imf"Martin Jansa
* it's needed for elementary entry too * also add empty /usr/bin to fix QA Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-25meta-efl: add recipes for efl sdkNicolas Aguirre
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-25edbus: add ALLOW_EMPTYMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-23libsoup-2.4: add unstable version 2.37.2 which is needed for newer webkit-eflMartin Jansa
* otherwise random runtime crashes can happen, see: https://lists.webkit.org/pipermail/webkit-efl/2011-December/000091.html * this recipe should be removed as soon as there is 2.38 or newer version in oe-core * newer libsoup-2.4 wasn't used because those depend also on unstable glib Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-23eve: bump SRCREV for compatibility with newer webkit-efl and deprecated elm APIsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-23webkit-efl: upgrade to 1.7.3Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-12edje: fix packaging of multisense module.soMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-11elementary: package examples to PN-testsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-11emotion: update LIC_FILES_CHKSUM, COPYING file was cleaned to match rest of EFLMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-11edje: add eina to DEPENDS, it depends on eina since r36623Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-11e-base: bump EFL_SRCREV a bit moreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-09meta-efl: elsa: rconflicts/rreplaces xserver-nodm-init-systemdOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-20e-tasks: add patch to fix changed callback nameMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-20e-base: bump EFL_SRCREV a bit moreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-20edje: fix unpackaged multisense modulesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-20e-base: bump EFL_SRCREV remove EFL_SRCREV_1.* and applied patches from ↵Martin Jansa
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>
2011-12-16epdfview: disable cupsDenis 'GNUtoo' Carikli
* we usually don't want cups in target images, but cups was sometimes autodetected and compilation failed * | PrintPter.cxx:19:23: fatal error: cups/cups.h: No such file or directory Under the SHR distribution for the nokia900 machine(and maybe all other machines) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-09expedite: update runtime dependencies to match evas updateKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-09evas: build in buffer engine and eet loader staticallyKoen Kooi
These two are always needed according to http://trac.enlightenment.org/e/wiki/Compilation This should also avoid errors like this: ERR<1829>:ecore_evas ecore_evas_buffer.c:623 ecore_evas_buffer_allocfunc_new() evas_engine_info_set() init engine 'buffer' failed. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-08places: add autopointKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-07e-tasks: fix for newer elementaryMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-06eve: add autopointMartin Jansa
* 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>
2011-12-06python-elementary: temporary fix to get it buildMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-06libeflvala: try to fix buildMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-06elsa: fix to build with disabled PAMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-06elsa_svn.bb: disable pam if not in DISTRO_FEATURESKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-06eeze: RRECOMMEND eject, build time autodetection is now fixedMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-06enjoy: remove SHR override and add autopointMartin Jansa
* autopoint was removed in e.bbclass because most stuff works without it and it was breaking elementary but here it's still needed * without it fails with: Making all in po make[2]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po' make enjoy.pot-update make[3]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po' make[3]: *** No rule to make target `remove-potcdate.sed', needed by `enjoy.pot-update'. Stop. make[3]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po' make[2]: *** [enjoy.pot] Error 2 make[2]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy' make: *** [all] Error 2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-06enjoy: Update gstreamer package names in RDEPENDSpespin
* I know there is plan to change gstreamer packaging in oe-core to match package names from OE-classic, but this patch is here for more then 3 months and there is no good reason to keep enjoy broken in meta-efl master! * we'll update gstreamer package names again as soon as gstreamer packaging is improved in oe-core * Add gst-plugins-good-autodetect to RDEPENDS This plugin is needed in newer versions of enjoy. The app won't play any sound files without this plugin. Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-06Revert "elementary: add gettextize patch"Martin Jansa
* shouldn't be needed without autopoint in e.bbclass, autotools.bbclass should call gettextize now This reverts commit 45d7250d64bf7d7c2d29d2dbf61bb6c30b683a80. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>