public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Tomas Frydrych <tf+lists.yocto@r-finger.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: updates for cogl, clutter and mx
Date: Tue, 21 May 2013 09:14:24 +0100	[thread overview]
Message-ID: <1369124064.11013.13.camel@ted> (raw)
In-Reply-To: <1369062325-30335-1-git-send-email-tf+lists.yocto@r-finger.com>

On Mon, 2013-05-20 at 16:05 +0100, Tomas Frydrych wrote:
> > 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.
> 
> Updated the various patch headers in v.2.
> 
> > 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)?
> 
> I renamed the mx recipe also to mx-1.0 for consistency, so yes, these are all 
> different packages now.
> 
> > Finally, I think you need to update the packagegroup-core-clutter recipe. 
> 
> Done.

Thanks for this. I'm not convinced with the delete everything, then
re-add approach as it makes the git history even harder to read than
git's normal rename handling which is bad enough. I therefore split the
removal patch over the other patches. I also tweaked the patch titles as
"New xxxx" doesn't read well when listed alongside the other changes.
I've merged this with this minor tweaks.

Cheers,

Richard



  parent reply	other threads:[~2013-05-21 12:14 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 ` updates for cogl, clutter and mx Saul Wold
2013-05-20 15:05   ` 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     ` Richard Purdie [this message]
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=1369124064.11013.13.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox