All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/20] July 21, 2011
Date: Thu, 21 Jul 2011 00:52:48 -0700	[thread overview]
Message-ID: <cover.1311234475.git.sgw@linux.intel.com> (raw)


Richard,

Review and tested, the inherit perlnatives are needed.


Sau!

The following changes since commit 0d03800caffc2341b74190d38f7a372223c89f4c:

  lsbsetup_1.0.bb: Change the hardcoded /usr/lib to support multilib (2011-07-20 15:43:43 +0100)

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

Martin Jansa (9):
  tcmode-default: set preferred version also for (e)glibc-locale
  eglibc-package: don't fail without localedef/gconv
  python: save Makefile.sysroot in do_compile
  python: add patch to fix cross compilation on host with linux-3.0
  polkit: inherit perlnative
  shared-mime-info: inherit perlnative
  xkeyboard-config: inherit perlnative
  avahi: inherit perlnative
  vte: inherit perlnative

Matthew McClintock (2):
  Add endianess macros used by previous endian-ness_handling.patch
  Make intltool use perlnative instead of perl on host

Saul Wold (2):
  clutter-box2d: fix isfinite.patch
  gettext: Add depends to gettext to avoid host contamination

Tom Rini (7):
  python-native: Mangle scripts to use /usr/bin/env python, bump PR
  gnome-doc-utils: Use /usr/bin/env python in xml2po, bump PR
  perl-native: Add a perl-native wrapper in the normal bindir
  cpan.bbclass: Perform more mangling for perl path
  icon-naming-utils-native: Fix long path to perl in icon-name-mapping
  siteinfo.bbclass: Port over oe.dev logic for site files
  local.conf.sample: Add a note about ASSUME_PROVIDED for help2man

 meta/classes/cpan.bbclass                          |    3 +
 meta/classes/siteinfo.bbclass                      |  203 ++++++++++----------
 meta/conf/distro/include/tcmode-default.inc        |    2 +
 meta/conf/local.conf.sample                        |    3 +
 meta/recipes-connectivity/avahi/avahi.inc          |    2 +-
 meta/recipes-core/eglibc/eglibc-package.inc        |    8 +-
 .../ldconfig-native-2.12.1/endianess-header.patch  |  113 +++++++++++
 meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb |    5 +-
 meta/recipes-core/gettext/gettext_0.18.1.1.bb      |    6 +-
 .../icon-naming-utils-native_0.8.7.bb              |    7 +-
 meta/recipes-devtools/intltool/intltool.inc        |    2 +-
 meta/recipes-devtools/intltool/intltool_0.40.6.bb  |    2 +-
 meta/recipes-devtools/perl/liburi-perl_1.58.bb     |    2 +-
 .../perl/libxml-parser-perl_2.40.bb                |    2 +-
 meta/recipes-devtools/perl/libxml-perl_0.08.bb     |    2 +-
 .../perl/libxml-simple-perl_2.18.bb                |    2 +-
 meta/recipes-devtools/perl/perl-native_5.12.3.bb   |   17 ++-
 .../recipes-devtools/python/python-native_2.6.6.bb |    5 +
 .../python/python/07-linux3-regen-fix.patch        |   18 ++
 meta/recipes-devtools/python/python_2.6.6.bb       |    8 +-
 .../sgmlspl/sgmlspl-native_1.03ii.bb               |    2 +-
 .../perl/libconvert-asn1-perl_0.22.bb              |    2 +-
 .../recipes-extended/perl/libtimedate-perl_1.20.bb |    2 +-
 .../perl/libxml-namespacesupport-perl_1.11.bb      |    2 +-
 meta/recipes-extended/perl/libxml-sax-perl_0.96.bb |    2 +-
 meta/recipes-extended/polkit/polkit_0.101.bb       |    2 +-
 .../use-usr-bin-env-for-python-in-xml2po.patch     |   33 ++++
 meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb |    5 +-
 .../clutter/clutter-box2d/isfinite.patch           |   18 +-
 .../xorg-lib/xkeyboard-config_2.1.bb               |    2 +-
 .../shared-mime-info/shared-mime-info.inc          |    2 +-
 meta/recipes-support/vte/vte.inc                   |    2 +-
 32 files changed, 342 insertions(+), 144 deletions(-)
 create mode 100644 meta/recipes-core/eglibc/ldconfig-native-2.12.1/endianess-header.patch
 create mode 100644 meta/recipes-devtools/python/python/07-linux3-regen-fix.patch
 create mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils/use-usr-bin-env-for-python-in-xml2po.patch
 create mode 100644 meta/site/common-linux

-- 
1.7.3.4




             reply	other threads:[~2011-07-21  7:57 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-21  7:52 Saul Wold [this message]
2011-07-21  7:52 ` [CONSOLIDATED PULL 01/20] Add endianess macros used by previous endian-ness_handling.patch Saul Wold
2011-07-21  7:52 ` [CONSOLIDATED PULL 02/20] python-native: Mangle scripts to use /usr/bin/env python, bump PR Saul Wold
2011-07-21  7:52 ` [CONSOLIDATED PULL 03/20] gnome-doc-utils: Use /usr/bin/env python in xml2po, " Saul Wold
2011-07-21  7:52 ` [CONSOLIDATED PULL 04/20] perl-native: Add a perl-native wrapper in the normal bindir Saul Wold
2011-07-21  7:52 ` [CONSOLIDATED PULL 05/20] cpan.bbclass: Perform more mangling for perl path Saul Wold
2011-07-21  7:52 ` [CONSOLIDATED PULL 06/20] icon-naming-utils-native: Fix long path to perl in icon-name-mapping Saul Wold
2011-07-21  7:52 ` [CONSOLIDATED PULL 07/20] siteinfo.bbclass: Port over oe.dev logic for site files Saul Wold
2011-07-21  7:52 ` [CONSOLIDATED PULL 08/20] tcmode-default: set preferred version also for (e)glibc-locale Saul Wold
2011-07-21  7:52 ` [CONSOLIDATED PULL 09/20] eglibc-package: don't fail without localedef/gconv Saul Wold
2011-07-21  7:52 ` [CONSOLIDATED PULL 10/20] python: save Makefile.sysroot in do_compile Saul Wold
2011-07-21  7:52 ` [CONSOLIDATED PULL 11/20] python: add patch to fix cross compilation on host with linux-3.0 Saul Wold
2011-07-21  7:53 ` [CONSOLIDATED PULL 12/20] clutter-box2d: fix isfinite.patch Saul Wold
2011-07-21  7:53 ` [CONSOLIDATED PULL 13/20] gettext: Add depends to gettext to avoid host contamination Saul Wold
2011-07-21  7:53 ` [CONSOLIDATED PULL 14/20] Make intltool use perlnative instead of perl on host Saul Wold
2011-07-21 18:47   ` Khem Raj
2011-07-21 18:57     ` Tom Rini
2011-07-21 20:43       ` Richard Purdie
2011-07-21  7:53 ` [CONSOLIDATED PULL 15/20] polkit: inherit perlnative Saul Wold
2011-07-21  7:53 ` [CONSOLIDATED PULL 16/20] shared-mime-info: " Saul Wold
2011-07-21  7:53 ` [CONSOLIDATED PULL 17/20] xkeyboard-config: " Saul Wold
2011-07-21  7:53 ` [CONSOLIDATED PULL 18/20] avahi: " Saul Wold
2011-07-21  7:53 ` [CONSOLIDATED PULL 19/20] vte: " Saul Wold
2011-07-21  7:53 ` [CONSOLIDATED PULL 20/20] local.conf.sample: Add a note about ASSUME_PROVIDED for help2man Saul Wold
2011-07-21 20:43 ` [CONSOLIDATED PULL 00/20] July 21, 2011 Richard Purdie
2011-07-22  7:49   ` Kumar Gala
2011-07-22  9:05     ` Richard Purdie
2011-07-22  9:18       ` Richard Purdie
2011-07-27 17:56         ` Khem Raj
2011-07-27 17:51       ` Khem Raj

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.1311234475.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.