summaryrefslogtreecommitdiffstats
path: root/meta-efl/conf
Commit message (Collapse)AuthorAgeFilesLines
* efl: upgrade from separate recipes to shared efl-1.8.5Martin Jansa2014-02-231-0/+1
| | | | | | | | | | | | | | | | | | | * eina, evas, eio, efreet, edbus2, ecore, ethumb, emotion, embryo, edje are now built from single source tree * announcements: efl & friends http://sourceforge.net/mailarchive/message.php?msg_id=31733071 EFL 1.8.4 release http://sourceforge.net/mailarchive/message.php?msg_id=31826305 EFL 1.8.5 release http://sourceforge.net/mailarchive/message.php?msg_id=31895179 * 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>
* meta-oe, meta-efl: Restore few MIRROR variablesMartin Jansa2013-11-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | * these were correctly removed from oe-core in commit 3b333896c71689c664475d53daed52404bf6b21b Author: Phil Blundell <pb@pbcl.net> Date: Thu Nov 14 18:15:46 2013 +0000 bitbake.conf: Remove obsolete/unused MIRROR cruft but we still need them here, so add them to layer.conf * FREESMARTPHONE_GIT is used by 4 recipes in meta-oe and a lot more in meta-fso (which depends on meta-oe) meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;branch=master" meta-oe/recipes-support/serial-utils/pty-forward-native.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" meta-oe/recipes-support/serial-utils/serial-forward_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;branch=master" * E_MIRROR/E_SVN are used in many recipes in meta-efl, even with upstream moveing to git, not all components are already in git and for distros with populated PREMIRROR these variables are still important to parse the recipes. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: add recipe for released tarballMartin Jansa2012-12-231-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: update efl svn recipes PV to 1.7.4+svnrMartin Jansa2012-12-231-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* terminology: upgrade to 0.2.0Martin Jansa2012-12-181-1/+1
| | | | 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>
* python-efl: upgrade svn recipes to 1.7.0+svnMartin Jansa2012-09-051-7/+6
| | | | 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-051-0/+2
| | | | | | * 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-051-7/+8
| | | | | | * python bindings tarball are not released yet 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-201-0/+7
| | | | | | to svn recipes 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: evas-generic-loaders: add new recipes to cope with missing SVG ↵Martin Jansa2012-08-201-0/+1
| | | | | | support in newer evas Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl-from-svn-recipes: update to match PV from svn recipesMartin Jansa2012-08-201-3/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl-from-svn.inc: renameMartin Jansa2012-04-261-0/+0
| | | | | | | * people with this included will notice new release recipes and use them if possible without breaking upgrade path Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: add recipes for new released versionsMartin Jansa2012-04-261-3/+14
| | | | | | | * drop/reset PR where possible as PV is increased * remove RREPLACES for versions before meta-efl was created Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl-from-svn: update preferred versionsMartin Jansa2011-12-061-1/+5
| | | | 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>
* 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>
* meta-efl: import from meta-shr.Koen Kooi2011-03-231-0/+9
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>