All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Tomas Frydrych <tf+lists.yocto@r-finger.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: updates for cogl, clutter and mx
Date: Fri, 17 May 2013 23:16:37 +0300	[thread overview]
Message-ID: <51969025.6040407@linux.intel.com> (raw)
In-Reply-To: <1368789942-7476-1-git-send-email-tf+lists.yocto@r-finger.com>

On 05/17/2013 02:25 PM, Tomas Frydrych wrote:
> The following set of patches updates clutter and friends; the recipes were
> completely reworked and use PACKAGECONFIG to facilitate easy reconfiguration
> to match distro / machine needs.
>
> Clutter and Cogl packages are renamed to use a '-1.0' suffix instead of the
> '-vmajor.vminor' suffix of the old recipes, in keeping up with the upstream
> versioning policy, and to simplify dependency maintenance (note that dev files
> for the 1.x series are not parallel installable anyway); the '-1.0' suffix is
> with a view toward the '2.0' series which are on the horizon.
>
> The Cogl recipe is moved into a subdirectory of its own, this seemed
> appropriate as Cogl is now a seprate project in its own right.
>
> The new versions are: cogl 1.4.0, clutter 1.14.4, clutter-gst 1.6.0,
> clutter-gtk 1.4.2. The mx recipe is fixed up to build against the updated cogl
> and clutter.
>

There are some issues with this patch set, some of the included patches 
either do not have Upstream-Status or Signed-off-by tags, please review 
that.

Also, I want to confirm that these are all new recipes and will not 
cause backward PRs (ie do you need PE bumps to these)?

Finally, I think you need to update the packagegroup-core-clutter recipe.

Thanks
	Sau!


> [PATCH 1/7] Remove old clutter recipes
> [PATCH 2/7] clutter.bbclass: helper class for clutter and friends
> [PATCH 3/7] New cogl recipe (1.14.0)
> [PATCH 4/7] New clutter recipe (1.14.4)
> [PATCH 5/7] New clutter gst recipe (1.6.0)
> [PATCH 6/7] New clutter-gtk recipe (1.4.2)
> [PATCH 7/7] Update mx recipe to build with clutter 1.14.4
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>



  parent reply	other threads:[~2013-05-17 20:34 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-17 11:25 updates for cogl, clutter and mx Tomas Frydrych
2013-05-17 11:25 ` [PATCH 1/7] Remove old clutter recipes Tomas Frydrych
2013-05-17 11:25 ` [PATCH 2/7] clutter.bbclass: helper class for clutter and friends Tomas Frydrych
2013-05-17 11:25 ` [PATCH 3/7] New cogl recipe (1.14.0) Tomas Frydrych
2013-05-17 11:25 ` [PATCH 4/7] New clutter recipe (1.14.4) Tomas Frydrych
2013-05-17 11:25 ` [PATCH 5/7] New clutter gst recipe (1.6.0) Tomas Frydrych
2013-05-17 11:25 ` [PATCH 6/7] New clutter-gtk recipe (1.4.2) Tomas Frydrych
2013-05-17 11:25 ` [PATCH 7/7] Update mx recipe to build with clutter 1.14.4 Tomas Frydrych
2013-05-17 20:16 ` Saul Wold [this message]
2013-05-20 15:05   ` updates for cogl, clutter and mx Tomas Frydrych
2013-05-20 15:05     ` [PATCH v2 1/8] Remove old clutter recipes Tomas Frydrych
2013-05-20 15:05     ` [PATCH v2 2/8] clutter.bbclass: helper class for clutter and friends Tomas Frydrych
2013-05-21  9:52       ` Burton, Ross
2013-05-20 15:05     ` [PATCH v2 3/8] New cogl recipe (1.14.0) Tomas Frydrych
2013-05-21 10:01       ` Burton, Ross
2013-05-21 10:28         ` Tomas Frydrych
2013-05-20 15:05     ` [PATCH v2 4/8] New clutter recipe (1.14.4) Tomas Frydrych
2013-05-20 15:05     ` [PATCH v2 5/8] New clutter-gst recipe (1.6.0) Tomas Frydrych
2013-05-20 15:05     ` [PATCH v2 6/8] New clutter-gtk recipe (1.4.2) Tomas Frydrych
2013-05-20 15:05     ` [PATCH v2 7/8] New mx recipe (1.4.7) Tomas Frydrych
2013-05-20 15:05     ` [PATCH v2 8/8] packagegroup-core-clutter: use clutter-1.0 packages Tomas Frydrych
2013-05-21  8:14     ` updates for cogl, clutter and mx Richard Purdie
2013-05-21 11:04 ` updates for cogl, clutter and mx v3 Tomas Frydrych
2013-05-21 11:04   ` [PATCH v3 1/8] clutter.bbclass: helper class for clutter and friends Tomas Frydrych
2013-05-21 11:19     ` Phil Blundell
2013-05-21 16:51       ` Paul Eggleton
2013-05-22  8:23         ` Tomas Frydrych
2013-05-21 11:04   ` [PATCH v3 2/8] New cogl recipe (1.14.0) Tomas Frydrych
2013-05-21 11:04   ` [PATCH v3 3/8] New clutter recipe (1.14.4) Tomas Frydrych
2013-05-21 11:04   ` [PATCH v3 4/8] fix clutter Tomas Frydrych
2013-05-21 11:20     ` Phil Blundell
2013-05-21 12:36       ` Tomas Frydrych
2013-05-21 11:04   ` [PATCH v3 5/8] New clutter-gst recipe (1.6.0) Tomas Frydrych
2013-05-21 11:04   ` [PATCH v3 6/8] New clutter-gtk recipe (1.4.2) Tomas Frydrych
2013-05-21 11:04   ` [PATCH v3 7/8] New mx recipe (1.4.7) Tomas Frydrych
2013-05-21 11:04   ` [PATCH v3 8/8] packagegroup-core-clutter: use clutter-1.0 packages Tomas Frydrych

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=51969025.6040407@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=tf+lists.yocto@r-finger.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.