From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/20] Consolidated Pull for 5/8/2011
Date: Sun, 08 May 2011 23:59:45 -0700 [thread overview]
Message-ID: <cover.1304924223.git.sgw@linux.intel.com> (raw)
From: Saul Wold <sgw@linux.intel.com>
Richard,
Here is a batch of changes from last week.
This contains a fix for gnu-config that is a workaround
for a Bernard Bug that we need to back port.
I have test built for x86, arm and the toolchains
Sau!
Pull URL: git://git.openembedded.org/openembedded-core-contrib
Branch: sgw/stage
Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage
Thanks,
Saul Wold <sgw@linux.intel.com>
---
Darren Hart (1):
u-boot: correct COPYING MD5SUM
Dexuan Cui (1):
gnu-config-native: add dependency on perl-native
Khem Raj (2):
conf/layer.conf: Use .= to append to BBPATH and += for BBFILES
gettext.bbclass, bitbake.conf: Append nls options to EXTRA_OECONF
instead of +=
Koen Kooi (2):
git: make it work on the target
package.bbclass: convert unpackaged file message from 'info' to
'warn' so that it shows up on the console
Nitin A Kamble (8):
libpcre: update upstream status for patches
patch-2.6.1: update patch upstream status
patch: update upstream status for patches
python-imaging: update upstream status for patches
subversion: update upstream status for patches
sat-solver: fix compilation issue with gcc 4.6.0
gcc-4.5.1: update upstream status of patches
binutils: update upstream status of patches
Saul Wold (2):
clutter-gst-1.4: Add missing patch
gtkhtml2, web: Sync version for API Change
Tom Rini (4):
gcc-package-target: Switch to TARGET_PREFIX in symlinks
binutils.inc: Switch to TARGET_PREFIX not TARGET_SYS
sysstat.inc: Switch to inherit gettext
bash.inc: Add bison-native to DEPENDS
meta/classes/gettext.bbclass | 6 +-
meta/classes/package.bbclass | 4 +-
meta/conf/bitbake.conf | 2 +-
meta/conf/layer.conf | 5 +-
meta/recipes-bsp/uboot/u-boot_git.bb | 4 +-
.../binutils/binutils-2.21/110-arm-eabi-conf.patch | 2 +
.../binutils-2.21/binutils-2.19.1-ld-sysroot.patch | 2 +
.../binutils/binutils-2.21/binutils-poison.patch | 2 +
.../binutils-uclibc-100-uclibc-conf.patch | 2 +
meta/recipes-devtools/binutils/binutils.inc | 10 +-
.../gcc/gcc-4.5.1/100-uclibc-conf.patch | 2 +
.../gcc/gcc-4.5.1/103-uclibc-conf-noupstream.patch | 2 +
.../gcc/gcc-4.5.1/200-uclibc-locale.patch | 2 +
.../gcc/gcc-4.5.1/203-uclibc-locale-no__x.patch | 2 +
.../gcc-4.5.1/204-uclibc-locale-wchar_fix.patch | 2 +
.../gcc/gcc-4.5.1/205-uclibc-locale-update.patch | 2 +
.../gcc/gcc-4.5.1/301-missing-execinfo_h.patch | 2 +
.../gcc/gcc-4.5.1/302-c99-snprintf.patch | 2 +
.../gcc/gcc-4.5.1/303-c99-complex-ugly-hack.patch | 2 +
.../gcc/gcc-4.5.1/304-index_macro.patch | 2 +
.../gcc-4.5.1/305-libmudflap-susv3-legacy.patch | 2 +
.../gcc/gcc-4.5.1/306-libstdc++-namespace.patch | 2 +
.../gcc/gcc-4.5.1/307-locale_facets.patch | 2 +
.../gcc/gcc-4.5.1/602-sdk-libstdc++-includes.patch | 2 +
.../recipes-devtools/gcc/gcc-4.5.1/64bithack.patch | 2 +
.../gcc/gcc-4.5.1/740-sh-pr24836.patch | 2 +
.../gcc/gcc-4.5.1/800-arm-bigendian.patch | 2 +
.../gcc/gcc-4.5.1/904-flatten-switch-stmt-00.patch | 2 +
.../gcc/gcc-4.5.1/arm-bswapsi2.patch | 2 +
.../gcc/gcc-4.5.1/arm-nolibfloat.patch | 2 +
.../gcc/gcc-4.5.1/arm-softfloat.patch | 2 +
meta/recipes-devtools/gcc/gcc-package-target.inc | 10 +-
meta/recipes-devtools/git/git.inc | 32 +++++-
meta/recipes-devtools/git/git_1.7.4.3.bb | 2 +-
.../gnu-config/config-guess-uclibc.patch | 2 +
.../gnu-config/gnu-config_20080123.bb | 6 +-
.../patch/patch-2.6.1/global-reject-file.diff | 2 +
meta/recipes-devtools/patch/patch/debian.patch | 2 +
.../patch/patch/global-reject-file.diff | 2 +
meta/recipes-devtools/patch/patch/install.patch | 2 +
.../patch/patch/unified-reject-files.diff | 2 +
.../python/python-imaging/path.patch | 2 +
.../subversion/disable-revision-install.patch | 2 +
.../subversion/subversion/libtool2.patch | 2 +
.../subversion/subversion/neon-detection.patch | 2 +
meta/recipes-extended/bash/bash.inc | 2 +-
.../sat-solver/fix_gcc-4.6.0_compile_issue.patch | 115 ++++++++++++++++++++
meta/recipes-extended/sat-solver/sat-solver_git.bb | 5 +-
meta/recipes-extended/sysstat/sysstat.inc | 4 +-
meta/recipes-extended/sysstat/sysstat_9.1.5.bb | 2 +-
meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | 2 +-
.../clutter/clutter-gst/enable_tests-1.4.patch | 15 +++
meta/recipes-sato/web/web_svn.bb | 2 +-
.../libpcre/files/fix-pcre-name-collision.patch | 1 +
.../recipes-support/libpcre/files/pcre-cross.patch | 2 +
55 files changed, 267 insertions(+), 34 deletions(-)
create mode 100644 meta/recipes-extended/sat-solver/sat-solver/fix_gcc-4.6.0_compile_issue.patch
create mode 100644 meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.4.patch
next reply other threads:[~2011-05-09 7:02 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-09 6:59 Saul Wold [this message]
2011-05-09 6:59 ` [PATCH 01/20] git: make it work on the target Saul Wold
2011-05-09 6:59 ` [PATCH 02/20] clutter-gst-1.4: Add missing patch Saul Wold
2011-05-09 6:59 ` [PATCH 04/20] libpcre: update upstream status for patches Saul Wold
2011-05-09 6:59 ` [PATCH 03/20] gtkhtml2, web: Sync version for API Change Saul Wold
2011-05-09 6:59 ` [PATCH 05/20] patch-2.6.1: update patch upstream status Saul Wold
2011-05-09 6:59 ` [PATCH 06/20] patch: update upstream status for patches Saul Wold
2011-05-09 6:59 ` [PATCH 07/20] python-imaging: " Saul Wold
2011-05-09 6:59 ` [PATCH 08/20] subversion: " Saul Wold
2011-05-09 6:59 ` [PATCH 09/20] sat-solver: fix compilation issue with gcc 4.6.0 Saul Wold
2011-05-09 6:59 ` [PATCH 10/20] gcc-4.5.1: update upstream status of patches Saul Wold
2011-05-09 6:59 ` [PATCH 11/20] binutils: " Saul Wold
2011-05-09 6:59 ` [PATCH 12/20] gnu-config-native: add dependency on perl-native Saul Wold
2011-05-09 6:59 ` [PATCH 13/20] conf/layer.conf: Use .= to append to BBPATH and += for BBFILES Saul Wold
2011-05-09 6:59 ` [PATCH 14/20] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console Saul Wold
2011-05-09 6:59 ` [PATCH 15/20] gcc-package-target: Switch to TARGET_PREFIX in symlinks Saul Wold
2011-05-09 6:59 ` [PATCH 17/20] sysstat.inc: Switch to inherit gettext Saul Wold
2011-05-09 6:59 ` [PATCH 16/20] binutils.inc: Switch to TARGET_PREFIX not TARGET_SYS Saul Wold
2011-05-09 6:59 ` [PATCH 19/20] gettext.bbclass, bitbake.conf: Append nls options to EXTRA_OECONF instead of += Saul Wold
2011-05-09 6:59 ` [PATCH 18/20] bash.inc: Add bison-native to DEPENDS Saul Wold
2011-05-09 6:59 ` [PATCH 20/20] u-boot: correct COPYING MD5SUM Saul Wold
2011-05-09 11:29 ` [PATCH 00/20] Consolidated Pull for 5/8/2011 Richard Purdie
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.1304924223.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.