Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: This is a series of patches to update recipes that display warnings about the
Date: Wed, 1 Aug 2012 16:31:41 +0200	[thread overview]
Message-ID: <20120801143141.GJ16306@jama.jama.net> (raw)
In-Reply-To: <1343830340-25351-1-git-send-email-morgan.little@windriver.com>

[-- Attachment #1: Type: text/plain, Size: 3465 bytes --]

On Wed, Aug 01, 2012 at 10:12:01AM -0400, Morgan Little wrote:
> I compared the environment variables to make sure that they expanded out to
> the same variables so nothing should be changed during runtime. 
> 
> The following changes since commit 4029ce1a15e1dbd374444ee77ccf2a915e463b7b:
>   Khem Raj (1):
>         package_rpm.bbclass: Accomodate dash when using arrays

Is this complimentary to Saul's?
http://git.openembedded.org/openembedded-core-contrib/log/?h=sgw/update-alternatives

Looks like there is some overlap..

Cheers?
> 

> are available in the git repository at:
> 
>   git@github.com:morganlittle/oe-core.git updatealternativesfixes
> 
> Morgan Little (19):
>       tinylogin: use new update-alternatives
>       patch: use new update-alternatives
>       ubootchart_svn: use new update-alternatives
>       gawk: use new update-alternatives
>       less: use new update-alternatives
>       mingetty: use new update-alternatives
>       mktemp: use new update-alternatives
>       msmtp: use new update-alternatives
>       sed: use new update-alternatives
>       time: use new update-alternatives
>       wget: use new update-alternatives
>       which: use new update-alternatives
>       metacity: use new update-alternatives
>       matchbox-session: use new update-alternatives
>       matchbox-wm-2: use new update-alternatives
>       mini-x-session: use new update-alternatives
>       mutter: use new update-alternatives
>       powertop: use new update-alternatives
>       rxvt-unicode: use new update-alternatives
> 
>  meta/recipes-core/tinylogin/tinylogin_1.4.bb       |    8 ++++----
>  meta/recipes-devtools/patch/patch.inc              |    4 ++--
>  meta/recipes-devtools/ubootchart/ubootchart_svn.bb |    8 ++++----
>  meta/recipes-extended/gawk/gawk_3.1.5.bb           |    8 ++++----
>  meta/recipes-extended/gawk/gawk_4.0.1.bb           |    8 ++++----
>  meta/recipes-extended/less/less_444.bb             |    6 +++---
>  meta/recipes-extended/mingetty/mingetty_1.08.bb    |    8 ++++----
>  meta/recipes-extended/mktemp/mktemp_1.7.bb         |    8 ++++----
>  meta/recipes-extended/msmtp/msmtp_1.4.24.bb        |    8 ++++----
>  meta/recipes-extended/sed/sed_4.1.2.bb             |    8 ++++----
>  meta/recipes-extended/sed/sed_4.2.1.bb             |    8 ++++----
>  meta/recipes-extended/time/time.inc                |    6 +++---
>  meta/recipes-extended/wget/wget.inc                |    8 ++++----
>  meta/recipes-extended/which/which_2.18.bb          |    6 +++---
>  meta/recipes-extended/which/which_2.20.bb          |    6 +++---
>  meta/recipes-gnome/gnome/metacity_2.30.3.bb        |    8 ++++----
>  .../matchbox-session/matchbox-session_0.1.bb       |    8 ++++----
>  .../matchbox-wm-2/matchbox-wm-2_git.bb             |    8 ++++----
>  .../mini-x-session/mini-x-session_0.1.bb           |    8 ++++----
>  meta/recipes-graphics/mutter/mutter.inc            |    6 +++---
>  meta/recipes-kernel/powertop/powertop_1.13.bb      |    8 ++++----
>  .../recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb |    7 ++++---
>  22 files changed, 81 insertions(+), 80 deletions(-)
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  parent reply	other threads:[~2012-08-01 14:43 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-01 14:12 This is a series of patches to update recipes that display warnings about the Morgan Little
2012-08-01 14:12 ` [PATCH 01/19] tinylogin: use new update-alternatives Morgan Little
2012-08-01 15:12   ` Mark Hatle
2012-08-01 14:12 ` [PATCH 02/19] patch: " Morgan Little
2012-08-01 15:13   ` Mark Hatle
2012-08-01 14:12 ` [PATCH 03/19] ubootchart_svn: " Morgan Little
2012-08-01 14:12 ` [PATCH 04/19] gawk: " Morgan Little
2012-08-01 14:12 ` [PATCH 05/19] less: " Morgan Little
2012-08-01 15:14   ` Mark Hatle
2012-08-01 14:12 ` [PATCH 06/19] mingetty: " Morgan Little
2012-08-01 14:12 ` [PATCH 07/19] mktemp: " Morgan Little
2012-08-01 15:15   ` Mark Hatle
2012-08-01 14:12 ` [PATCH 08/19] msmtp: " Morgan Little
2012-08-01 14:12 ` [PATCH 09/19] sed: " Morgan Little
2012-08-01 15:16   ` Mark Hatle
2012-08-01 14:12 ` [PATCH 10/19] time: " Morgan Little
2012-08-01 15:16   ` Mark Hatle
2012-08-01 14:12 ` [PATCH 11/19] wget: " Morgan Little
2012-08-01 15:16   ` Mark Hatle
2012-08-01 14:12 ` [PATCH 12/19] which: " Morgan Little
2012-08-01 15:17   ` Mark Hatle
2012-08-01 14:12 ` [PATCH 13/19] metacity: " Morgan Little
2012-08-01 14:12 ` [PATCH 14/19] matchbox-session: " Morgan Little
2012-08-01 14:12 ` [PATCH 15/19] matchbox-wm-2: " Morgan Little
2012-08-01 14:12 ` [PATCH 16/19] mini-x-session: " Morgan Little
2012-08-01 14:12 ` [PATCH 17/19] mutter: " Morgan Little
2012-08-01 14:12 ` [PATCH 18/19] powertop: " Morgan Little
2012-08-01 14:12 ` [PATCH 19/19] rxvt-unicode: " Morgan Little
2012-08-01 14:31 ` Martin Jansa [this message]
2012-08-01 14:40   ` This is a series of patches to update recipes that display warnings about the Little, Morgan

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=20120801143141.GJ16306@jama.jama.net \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-core@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