summaryrefslogtreecommitdiffstats
path: root/meta-efl
Commit message (Collapse)AuthorAgeFilesLines
...
* ecore: add ie /usr/lib/ecore/immodules/xim.so to ${PN}-devMartin Jansa2011-09-051-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: ignore autopoint errorsMartin Jansa2011-09-051-1/+1
| | | | | | | | | | autopoint: File config.rpath has been locally modified. | autopoint: warning: File mkinstalldirs has been locally modified. | autopoint: *** Some files have been locally modified. Not overwriting them because --force has not been specified. For your convenience, you find the local modifications in the file '/tmp/gtAHz0tp/autopoint.diff'. | autopoint: *** Stop.
* imlib2: package also /usr/src/debug files to ${PN}-dbgMartin Jansa2011-09-051-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes-efl: remove EFL_SRCREV_1.0.0Martin Jansa2011-09-056-7/+7
| | | | | | | * with recipes from releases removed it doesn't make much sense anymore * maybe will return after 1.1 release Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREVMartin Jansa2011-09-051-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: EFL_SRCREV bumpMartin Jansa2011-09-011-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evas: add evas-loader-svg back to RRECOMMENDSMartin Jansa2011-09-011-5/+1
| | | | | | | | | | | | | | | | | | | | | * it doesn't look like whole Gtk+ anymore, but still needs gdk-pixbuf, libcairo2 etc. Package: evas-loader-svg Depends: libxcb1 (>= 1.7), libxrender1 (>= 0.9.6), libpixman-1-0 (>= 0.22.2), libxml2 (>= 2.7.8), libz1 (>= 1.2.5), librsvg-2-2 (>= 2.32.1), libfreetype6 (>= 2.4.6), eina (>= 1.0.999+svnr62850), libgcrypt11 (>= 1.4.6), libpng12-0 (>= 1.2.46), libffi5 (>= 3.0.9), gdk-pixbuf (>= 2.22.1), libcairo2 (>= 1.10.2), libstdc++6 (>= 4.6.1+svnr175454), libglib-2.0-0 (>= 2.29.3+gitr1+d97cbc6731deab137770bc0fe9c69b06f689f5b4), libxau6 (>= 1.0.6), libjpeg8 (>= 8c), libx11-6 (>= 1.4.3), evas (>= 1.0.999+svnr62850), libfribidi0 (>= 0.19.2), libc6 (>= 2.13), pango (>= 1.28.3), libgpg-error0 (>= 1.10), libgnutls26 (>= 2.12.5), libeet1 (>= 1.4.999+svnr62850), libtasn1-3 (>= 2.9), libexpat1 (>= 2.0.1), libxdmcp6 (>= 1.1.0), libfontconfig1 (>= 2.8.0) Package: librsvg-2-2 Depends: libx11-6 (>= 1.4.3), libpixman-1-0 (>= 0.22.2), libxcb1 (>= 1.7), libc6 (>= 2.13), libxrender1 (>= 0.9.6), libffi5 (>= 3.0.9), libxml2 (>= 2.7.8), libz1 (>= 1.2.5), libfreetype6 (>= 2.4.6), gdk-pixbuf (>= 2.22.1), libpng12-0 (>= 1.2.46), libcairo2 (>= 1.10.2), libstdc++6 (>= 4.6.1+svnr175454), libglib-2.0-0 (>= 2.29.3+gitr1+d97cbc6731deab137770bc0fe9c69b06f689f5b4), libxau6 (>= 1.0.6), libexpat1 (>= 2.0.1), pango (>= 1.28.3), libxdmcp6 (>= 1.1.0), libfontconfig1 (>= 2.8.0) * but otherwise e-wm keeps complaining about missing svg support <<<< Enlightenment Error >>>> Enlightenment found Evas can't load SVG files. Check Evas has SVG loader support. * we can also RRECOMMEND it only from e-wm, so people using only evas without e-wm won't get it by default Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elfe: Add LIC_FILES_CHKSUM to recipepespin2011-08-221-0/+1
| | | | | Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edje: include epp in edje-utils package. Fixes edje_ccSebastian Krzyszkowiak2011-08-221-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elementary: add new elementary-accessibility package and improve packagingMartin Jansa2011-08-221-4/+11
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREVMartin Jansa2011-08-221-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: remove SHR specific patchMartin Jansa2011-08-182-67/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREVMartin Jansa2011-08-181-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl/screenshot: fix building with current gettext/auto*lumag2011-08-172-0/+24
| | | | | | | | | Current auto*/gettext stopped substituting @MKINSTALLDIRS@ variable which is necessary in screenshot/po/Makefile. Fix that by calling AM_MKINSTALLDIRS manually. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-efl/screenshot: add LIC_FILES_CHKSUMlumag2011-08-171-0/+1
| | | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* emprint: add LIC_FILES_CHKSUMlumag2011-08-171-0/+1
| | | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* webkit-efl: inherit perlnative and s/ARM/arm/g in ARM_INSTRUCTION_SETMartin Jansa2011-08-081-2/+2
| | | | | | | | * ARM_INSTRUCTION_SET != "thumb" is enough but better to unify with other recipes in case someone does ARM_INSTRUCTION_SET == "arm" later Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e(fl).bbclass: don't override PACKAGES, but add to itKoen Kooi2011-07-262-5/+5
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
* eeze: fix packagingKoen Kooi2011-07-261-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* eeze: add dependency on eetKoen Kooi2011-07-261-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e-base: bump EFL_SRCREVKoen Kooi2011-07-261-1/+1
| | | | | | tested with angstrom/efl-nodm-image/qemuarm Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* efl: drop older recipes for efl 1.0.0 release, current e-wm EFL_SRCREV needs ↵Martin Jansa2011-07-2611-124/+2
| | | | | | | | | newer ecore * we'll return recipes for release when there is 1.1.0 hopefully with e-wm relase Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* emotion: add eeze to DEPENDS, it's needed since r61455Martin Jansa2011-07-261-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* places: fix buildKoen Kooi2011-07-252-6/+1
| | | | | | e-module: inherit gettext Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* evas: add new style GL config optionsKoen Kooi2011-07-251-1/+3
| | | | | | The config options changed recently, but we keep both to allow bisecting EFL_SRCREVs Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* embryo: add missing eina dependencyKoen Kooi2011-07-251-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e-base: bump EFL_SRCREVMartin Jansa2011-07-251-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e-wm svn: add missing eina dependencyKoen Kooi2011-07-251-1/+1
| | | | | | | | | | | | | | | checking for E_REMOTE... no | configure: error: Package requirements ( | ecore >= 1.0.999 | ecore-ipc >= 1.0.999 | eet >= 1.4.0 | eina >= 1.0.999 | ) were not met: | | No package 'eina' found Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* webkit-efl: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392dMartin Jansa2011-06-082-0/+61
| | | | | | | | | | * currently it doesn't build with default pkg-config from oe-core http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003798.html if build pkg-config-native before this patch http://cgit.freedesktop.org/pkg-config/commit/?id=69a7eaa6763bb0920e2b539fffbad51348d94deb then webkit-efl builds fine again Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: update LICENSE fields and remove patch applied upstreamMartin Jansa2011-06-082-37/+4
| | | | | | | | | | | * context menu was removed completely in r59455 * add LIC_FILES_CHKSUM * fix LICENSE * add gettext to inherit Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base,e-wm: bump EFL_SRCREV and remove illume1 from e-wmMartin Jansa2011-06-084-45/+2
| | | | | | * illume1 and it's theme were removed in r59932, r59933, r59936, r59982 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: use allarch.bbclass instead just PACKAGE_ARCH = allMartin Jansa2011-06-021-2/+2
| | | | | | | * otherwise such recipes are rebuilt or reused from sstate after every MACHINE change, because of different checksums see [YOCTO #1075] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV a bitMartin Jansa2011-05-191-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl-from-svn.inc: import from meta-shrMartin Jansa2011-05-191-0/+17
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* embryo, epdf: fix LICENSE, from oe.devMartin Jansa2011-05-102-7/+10
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump SRCREV and update fix-ecore-fb-initialization.patch patch for ↵Martin Jansa2011-05-103-9/+38
| | | | | | ecore_svn Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* conf/layer.conf: Use .= for BBPATH and += for BBFILESKhem Raj2011-05-091-3/+3
| | | | | | | | Provide additional commentary that should help a bit more Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* places: add license checksumKoen Kooi2011-04-211-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-oe,efl: add subject prefix hint for git send-emailKoen Kooi2011-04-211-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vala.bbclass: move from meta-efl to meta-oe as libcanberra_0.26.bb is also ↵Martin Jansa2011-04-161-18/+0
| | | | | | using it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imlib2: add LIC_FILES_CHKSUMMartin Jansa2011-04-161-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump SRCREVMartin Jansa2011-04-161-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* azy: disable mysql testsMartin Jansa2011-04-061-0/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* evas: drop PACKAGES_DYNAMIC_virtclass-native, not needed anymoreMartin Jansa2011-04-061-1/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e-base: bump SRCREVMartin Jansa2011-04-061-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* eeze: update to 1.0.1Philippe De Swert2011-04-062-10/+10
| | | | | | | | | Version 1.0.1 contains bugfixes for udev watch/find functions to make sure devices are shown correctly. Signed-off-by: Philippe De Swert <philippedeswert@gmail.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* elementary: inherit gettextMartin Jansa2011-04-061-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ephoto: inherit gettextMartin Jansa2011-04-061-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ephoto: new svn build recipePhilippe De Swert2011-04-061-0/+12
| | | | | | Signed-off-by: Philippe De Swert <philippedeswert@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* eio: new recipe and include file for eioPhilippe De Swert2011-04-062-0/+21
| | | | | | Signed-off-by: Philippe De Swert <philippedeswert@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>