From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-efl][RFC 00/14] Newer EFL if someone is interested - just RFC now
Date: Wed, 18 Jul 2012 23:19:10 +0200 [thread overview]
Message-ID: <cover.1342645937.git.Martin.Jansa@gmail.com> (raw)
It's RFC because I've tested it only with efl-from-svn-recipes.inc in use
(1.2.1 EFL isn't probably compatible with this new e-wm and stuff..) and
without rebuilding from scratch (will probably force me to fix some other
recipes too because of new automake etc.. :/)
Next EFL release is planed for end of July and first E17 release after that
so it's time for interested people to test their changes, but I'll probably
send final pull-request only when there are beta/rc tarballs too (so that
efl-from-svn-recipes.inc won't be needed).
The following changes since commit df741a297e1190d2dc23a133bc4a0a41118019c6:
gsettings-desktop-schemas: add SRC_URI checksums (2012-07-18 09:23:08 +0200)
are available in the git repository at:
git://git.openembedded.org/meta-openembedded-contrib jansa/efl
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/efl
Martin Jansa (14):
e-base: bump EFL_SRCREV
eina: do not remove bindir, it's not created with new automake
ecore: update fix-ecore-fb-initialization.patch for svn recipe
efl: update PV in svn recipes to sort higher then release
efl-from-svn-recipes: update to match PV from svn recipes
terminology: add recipe for terminal emulator
evas: package cserve2 and its loaders
efreet: inherit gettext
e-wm: update LIC_FILES_CHKSUM
e-wm: packaging: include flags in PN-images, add catch-all
PN-backgrounds package
e-wm: use new update-alternatives syntax
webkit-efl: upgrade to 1.9.3
eve: add patch to build against newer webkit-efl
terminology: add terminology-themes to RDEPENDS
meta-efl/classes/e-base.bbclass | 2 +-
.../conf/distro/include/efl-from-svn-recipes.inc | 6 +-
meta-efl/recipes-efl/e17/e-wm_svn.bb | 15 +++--
.../eve/0001-eve-update-for-newer-webkit-efl.patch | 38 ++++++++++
meta-efl/recipes-efl/e17/eve_svn.bb | 2 +
meta-efl/recipes-efl/e17/terminology_svn.bb | 25 +++++++
.../ecore-1.2.1/fix-ecore-fb-initialization.patch | 41 +++++++++++
.../efl/ecore/fix-ecore-fb-initialization.patch | 24 +++---
meta-efl/recipes-efl/efl/ecore_svn.bb | 2 +-
meta-efl/recipes-efl/efl/edbus_svn.bb | 2 +-
meta-efl/recipes-efl/efl/edje_svn.bb | 2 +-
meta-efl/recipes-efl/efl/eet_svn.bb | 2 +-
meta-efl/recipes-efl/efl/eeze_svn.bb | 2 +-
meta-efl/recipes-efl/efl/efreet_svn.bb | 4 +-
meta-efl/recipes-efl/efl/eina.inc | 4 -
meta-efl/recipes-efl/efl/eina_svn.bb | 2 +-
meta-efl/recipes-efl/efl/eio_svn.bb | 2 +-
meta-efl/recipes-efl/efl/elementary_svn.bb | 2 +-
meta-efl/recipes-efl/efl/embryo_svn.bb | 2 +-
meta-efl/recipes-efl/efl/emotion_svn.bb | 2 +-
meta-efl/recipes-efl/efl/ethumb_svn.bb | 2 +-
meta-efl/recipes-efl/efl/evas.inc | 17 ++++-
meta-efl/recipes-efl/efl/evas_svn.bb | 2 +-
...t-pass-P-to-the-preprocessor-when-running.patch | 76 --------------------
...ore-add-EINA_LIBRARIES-to-shell-build-for.patch | 28 -------
.../recipes-efl/webkit/webkit-efl/CMakeLists.txt | 38 ++++++----
meta-efl/recipes-efl/webkit/webkit-efl_svn.bb | 10 +--
27 files changed, 186 insertions(+), 168 deletions(-)
create mode 100644 meta-efl/recipes-efl/e17/eve/0001-eve-update-for-newer-webkit-efl.patch
create mode 100644 meta-efl/recipes-efl/e17/terminology_svn.bb
create mode 100644 meta-efl/recipes-efl/efl/ecore-1.2.1/fix-ecore-fb-initialization.patch
delete mode 100644 meta-efl/recipes-efl/webkit/webkit-efl/0001-CMake-Do-not-pass-P-to-the-preprocessor-when-running.patch
delete mode 100644 meta-efl/recipes-efl/webkit/webkit-efl/0001-JavaScriptCore-add-EINA_LIBRARIES-to-shell-build-for.patch
--
1.7.8.6
next reply other threads:[~2012-07-18 21:30 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-18 21:19 Martin Jansa [this message]
2012-07-18 21:19 ` [meta-efl][RFC 01/14] e-base: bump EFL_SRCREV Martin Jansa
2012-07-18 21:19 ` [meta-efl][RFC 02/14] eina: do not remove bindir, it's not created with new automake Martin Jansa
2012-07-18 21:19 ` [meta-efl][RFC 03/14] ecore: update fix-ecore-fb-initialization.patch for svn recipe Martin Jansa
2012-07-18 21:19 ` [meta-efl][RFC 04/14] efl: update PV in svn recipes to sort higher then release Martin Jansa
2012-07-18 21:19 ` [meta-efl][RFC 05/14] efl-from-svn-recipes: update to match PV from svn recipes Martin Jansa
2012-07-18 21:19 ` [meta-efl][RFC 06/14] terminology: add recipe for terminal emulator Martin Jansa
2012-07-18 21:19 ` [meta-efl][RFC 07/14] evas: package cserve2 and its loaders Martin Jansa
2012-07-18 21:19 ` [meta-efl][RFC 08/14] efreet: inherit gettext Martin Jansa
2012-07-18 21:19 ` [meta-efl][RFC 09/14] e-wm: update LIC_FILES_CHKSUM Martin Jansa
2012-07-18 21:19 ` [meta-efl][RFC 10/14] e-wm: packaging: include flags in PN-images, add catch-all PN-backgrounds package Martin Jansa
2012-07-18 21:19 ` [meta-efl][RFC 11/14] e-wm: use new update-alternatives syntax Martin Jansa
2012-07-18 21:19 ` [meta-efl][RFC 12/14] webkit-efl: upgrade to 1.9.3 Martin Jansa
2012-07-18 21:19 ` [meta-efl][RFC 13/14] eve: add patch to build against newer webkit-efl Martin Jansa
2012-07-18 21:19 ` [meta-efl][RFC 14/14] terminology: add terminology-themes to RDEPENDS Martin Jansa
2012-07-19 9:16 ` [meta-efl][RFC 00/14] Newer EFL if someone is interested - just RFC now Koen Kooi
2012-07-29 11:27 ` Martin Jansa
2012-08-10 10:07 ` Martin Jansa
2012-08-10 13:42 ` [meta-oe][meta-efl][PATCH 00/46] EFL upgrade Martin Jansa
2012-08-10 13:42 ` [meta-oe][meta-efl][PATCH 01/46] meta-efl: unify tabs/spaces usage Martin Jansa
2012-08-10 13:42 ` [meta-oe][meta-efl][PATCH 02/46] e-base: bump EFL_SRCREV Martin Jansa
2012-08-10 13:42 ` [meta-oe][meta-efl][PATCH 03/46] ecore: update fix-ecore-fb-initialization.patch for svn recipe Martin Jansa
2012-08-10 13:42 ` [meta-oe][meta-efl][PATCH 04/46] efl: update PV in svn recipes to sort higher then release Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 05/46] efl-from-svn-recipes: update to match PV from svn recipes Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 06/46] terminology: add recipe for terminal emulator Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 07/46] evas: package cserve2 and its loaders Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 08/46] efreet: inherit gettext Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 09/46] e-wm: update LIC_FILES_CHKSUM Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 10/46] e-wm: packaging: include flags in PN-images, add catch-all PN-backgrounds package Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 11/46] terminology: add terminology-themes to RDEPENDS Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 12/46] edbus: add eina to DEPENDS Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 13/46] eve: drop patch applied upstream Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 14/46] edbus: add patch to fixup performance_test autotools config and disable it Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 15/46] e-wm: add eio to DEPENDS Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 16/46] e-base: bump EFL_SRCREV again Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 17/46] edbus: drop patch applied upstream r74447 Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 18/46] python-edje: add evas to DEPENDS Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 19/46] e-base: bump EFL_SRCREV Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 20/46] elementary: add eio to DEPENDS Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 21/46] meta-efl: evas-generic-loaders: add new recipes to cope with missing SVG support in newer evas Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 22/46] evas: add evas-loader-generic + evas-generic-loader-svn to RRECOMMENDS in svn version which doesn't support librsvg loader Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 23/46] meta-efl: efl.bbclass: package only ${datadir}/${PE} in ${PN}-tests, it was stealing files from ${PN}-locale-* Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 24/46] e-base: bump EFL_SRCREV Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 25/46] edje: add unpackaged /usr/share/mime/packages/edje.xml to PN Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 26/46] edbus: option to disable performance-test was renamed and package logo.png in PN Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 27/46] emotion: add eio dependency Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 28/46] e-wm: add elementary dependency Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 29/46] e-wm: add some evas-loaders to RDEPENDS Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 30/46] evas: use PN instead of BPN? Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 31/46] e-base: bump EFL_SRCREV Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 32/46] enjoy: update LIC_FILES_CHKSUM, typos fixed in r74611 Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 33/46] edje: add eio to DEPENDS Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 34/46] eet: move eet binary to own PN-utils package Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 35/46] e-base: bump EFL_SRCREV Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 36/46] e-wm: include unpackaged data/favourites in PN Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 37/46] ecore: add gnutls to DEPENDS Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 38/46] e-base: bump EFL_SRCREV Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 39/46] " Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 40/46] e-wm: illume2 profile was renamed to mobile Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 41/46] e-base: bump EFL_SRCREV Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 42/46] elsa: rename to entrance Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 43/46] meta-systemd: " Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 44/46] e-base: bump EFL_SRCREV for 1.6.99-alpha Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 45/46] meta-efl: introduce 1.6.99-alpha releases Martin Jansa
2012-08-10 13:43 ` [meta-oe][meta-efl][PATCH 46/46] efl-from-svn-recipes: update P_Vs, now all svn recipes have 1.6.99+svn Martin Jansa
[not found] ` <cover.1345449578.git.Martin.Jansa@gmail.com>
2012-08-20 8:00 ` [meta-oe][meta-efl][PATCH 47/52] python-efl: bump PV and reset PR Martin Jansa
2012-08-20 8:00 ` [meta-oe][meta-efl][PATCH 48/52] python-efl: introduce recipes for 1.6.99-alpha release and add negative D_P to svn recipes Martin Jansa
2012-08-20 8:00 ` [meta-oe][meta-efl][PATCH 49/52] e-base: bump EFL_SRCREV for 1.6.99-beta Martin Jansa
2012-08-20 8:00 ` [meta-oe][meta-efl][PATCH 50/52] recipes-efl: upgrade to 1.6.99-beta Martin Jansa
2012-08-20 8:00 ` [meta-oe][meta-efl][PATCH 51/52] expedite: move to efl subdir Martin Jansa
2012-08-20 8:00 ` [meta-oe][meta-efl][PATCH 52/52] python-efl: upgrade to 1.6.99-beta Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1342645937.git.Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox