All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [RFC 00/34] Clear update-alternatives WARNINGS
Date: Thu, 26 Jul 2012 21:50:21 -0700	[thread overview]
Message-ID: <cover.1343361755.git.sgw@linux.intel.com> (raw)

Folks,

Please review this change set via the links, it large enough
that I don't want to spam the list multiple times as I already
send enough pull requests to you all!

I have reviewed these and they look correct, there are a couple 
of issues that I am still working out so there will likely be a
v2 (possibly a v3).

One thing I did notice is that for some of the alternatives in the
following form I am not sure the correct files are getting setup:

ALTERNATIVE_${PN} = "x-terminal-emulator"
ALTERNATIVE_LINK_NAME[x-terminal-emulator] = "${bindir}/rxvt"

In the older/depercated way there would be a /usr/bin/rxvt while with
the new U-A code, I get a /usr/bin/rxvt.rxvt-unicode so the rxvt binary
is not effectively gone, this happens in other cases also.

I know there is a problem with ncurses and nativesdk, which I am still
working on. pigz seems to not add any alt-update in the pkgdata, I am 
not sure why not.

Please scan though these and let me know what you think.

BTW, you will all be saved from my Consolidated pulls for a week
while I hike the North Umpqua trail in Oregon.

Thanks
	Sau!

The following changes since commit 651b223c5fc93c7504e304e954b9ae4640ed47c6:

  usbutils: avoid dependency on bash (2012-07-26 18:52:00 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/update-alternatives
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/update-alternatives

Saul Wold (34):
  rxvt-unicode: cleanup update-alternatives deprecated code
  openssh: cleanup update-alternatives deprecated code
  mini-x-session: cleanup update-alternatives deprecated code
  console-tools: cleanup update-alternatives deprecated code
  kbd: cleanup update-alternatives deprecated code
  tinylogin: cleanup update-alternatives deprecated code
  patch: cleanup update-alternatives deprecated code
  ubootchart: cleanup update-alternatives deprecated code
  bc: cleanup update-alternatives deprecated code
  diffutils: refactor to add a common diffutils.inc
  diffutils: cleanup update-alternatives deprecated code
  findutils: refactor common code to findutils.inc
  findutils: cleanup update-alternatives deprecated code
  powertop: cleanup update-alternatives deprecated code
  mutter: cleanup update-alternatives deprecated code
  matchbox-wm-2: cleanup update-alternatives deprecated code
  matchbox-session: cleanup update-alternatives deprecated code
  metacity: cleanup update-alternatives deprecated code
  pigz: cleanup update-alternatives deprecated code
  msmtp: cleanup update-alternatives deprecated code
  mktemp: cleanup update-alternatives deprecated code
  which: cleanup update-alternatives deprecated code
  less: cleanup update-alternatives deprecated code
  shadow: cleanup update-alternatives deprecated code
  mingetty: cleanup update-alternatives deprecated code
  hdparm: cleanup update-alternatives deprecated code
  gzip: cleanup update-alternatives deprecated code
  procps: cleanup update-alternatives deprecated code
  time: cleanup update-alternatives deprecated code
  wget: cleanup update-alternatives deprecated code
  sed: cleanup update-alternatives deprecated code
  gawk: cleanup update-alternatives deprecated code
  net-tools: cleanup update-alternatives deprecated code
  ncurses: fix file names for update -alternatives

 meta/recipes-connectivity/openssh/openssh_6.0p1.bb |    6 +---
 .../console-tools/console-tools_0.3.2.bb           |    8 ++++-
 meta/recipes-core/kbd/kbd_1.15.2.bb                |    7 ++--
 meta/recipes-core/ncurses/ncurses.inc              |    4 +-
 meta/recipes-core/tinylogin/tinylogin_1.4.bb       |   11 ++-----
 meta/recipes-devtools/patch/patch.inc              |    7 +----
 meta/recipes-devtools/patch/patch_2.5.9.bb         |    2 +-
 meta/recipes-devtools/patch/patch_2.6.1.bb         |    2 +-
 meta/recipes-devtools/ubootchart/ubootchart_svn.bb |    7 ++--
 meta/recipes-extended/bc/bc_1.06.bb                |    4 +-
 meta/recipes-extended/diffutils/diffutils.inc      |   22 ++++++++++++++
 meta/recipes-extended/diffutils/diffutils_2.8.1.bb |   24 ++-------------
 meta/recipes-extended/diffutils/diffutils_3.2.bb   |   22 ++------------
 meta/recipes-extended/findutils/findutils.inc      |    4 ++-
 .../recipes-extended/findutils/findutils_4.2.31.bb |   31 +++----------------
 meta/recipes-extended/findutils/findutils_4.4.2.bb |    4 +--
 meta/recipes-extended/gawk/gawk_3.1.5.bb           |    7 ++--
 meta/recipes-extended/gawk/gawk_4.0.1.bb           |    7 ++--
 meta/recipes-extended/gzip/gzip_1.3.12.bb          |    7 +++-
 meta/recipes-extended/hdparm/hdparm_9.39.bb        |    5 ++-
 meta/recipes-extended/less/less_444.bb             |    6 +--
 meta/recipes-extended/mingetty/mingetty_1.08.bb    |   10 ++----
 meta/recipes-extended/mktemp/mktemp_1.7.bb         |   11 +++----
 meta/recipes-extended/msmtp/msmtp_1.4.24.bb        |    7 ++--
 .../net-tools/net-tools_1.60-23.bb                 |   19 +++++++----
 meta/recipes-extended/pigz/pigz.inc                |    4 ++-
 meta/recipes-extended/pigz/pigz_2.2.4.bb           |    2 +-
 meta/recipes-extended/procps/procps.inc            |    9 ++++-
 meta/recipes-extended/procps/procps_3.2.8.bb       |    9 +-----
 meta/recipes-extended/sed/sed_4.1.2.bb             |    9 ++---
 meta/recipes-extended/sed/sed_4.2.1.bb             |    9 ++---
 meta/recipes-extended/shadow/shadow_4.1.4.3.bb     |   18 ++++-------
 meta/recipes-extended/time/time.inc                |    8 +----
 meta/recipes-extended/time/time_1.7.bb             |    2 +-
 meta/recipes-extended/wget/wget.inc                |   10 +-----
 meta/recipes-extended/which/which_2.18.bb          |    8 +----
 meta/recipes-extended/which/which_2.20.bb          |   10 +-----
 meta/recipes-gnome/gnome/metacity_2.30.3.bb        |    7 ++--
 .../matchbox-session/matchbox-session_0.1.bb       |    7 ++--
 .../matchbox-wm-2/matchbox-wm-2_git.bb             |    7 ++--
 .../mini-x-session/mini-x-session_0.1.bb           |    7 ++--
 meta/recipes-graphics/mutter/mutter.inc            |    5 +--
 meta/recipes-graphics/mutter/mutter_2.29.1.bb      |    2 +-
 meta/recipes-kernel/powertop/powertop_1.13.bb      |   13 ++++----
 .../recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb |    6 ++--
 45 files changed, 159 insertions(+), 237 deletions(-)
 create mode 100644 meta/recipes-extended/diffutils/diffutils.inc

-- 
1.7.7.6




             reply	other threads:[~2012-07-27  5:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-27  4:50 Saul Wold [this message]
2012-07-27  4:52 ` [RFC 00/34] Clear update-alternatives WARNINGS Saul Wold
2012-07-27 20:37 ` Mark Hatle

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.1343361755.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.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 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.