From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/16] Various Updates and Fixes
Date: Tue, 15 Nov 2011 12:58:32 -0800 [thread overview]
Message-ID: <cover.1321389699.git.sgw@linux.intel.com> (raw)
Richard,
This request has the patches to correctly build subversion-native,
I tested this and ensured we do not have a circular dependency issue.
I am not sure about the FILESDIR addition in the libx11-diet patch, so I
would like you review of that one.
Thanks
Sau!
The following changes since commit da8425174529f10e16cde21fbea7f804284c38ae:
alsa-lib: add nativesdk BBCLASSEXTEND (2011-11-15 12:22:58 +0000)
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
Dmitry Eremin-Solenikov (2):
screenshot: rename to sato-screenshot
gobject-introspection: update frome meta-oe
Martin Jansa (3):
base.bbclass: add subversion-native to DEPENDS if there is svn:// in
SRC_URI
default-providers: add alsa to resolve multiple runtime providers
apr-util: extend sed call to fix libtool patch for case without SHELL
in LIBTOOL variable
Michael Brown (1):
gcc-4.6: fix toolchain build for SH4
Saul Wold (8):
libgcrypt: add BBCLASSEXTEND native for gnutls-native
libgpg-error: add BBCLASSEXTEND native for libgcrypts and
gnutls-native
file: update to 5.09
gnu-config: update to git HEAD
gnu-config: Create 2011111 release
bitbake.conf: Update ASSUME_PROVIDED
boost: Update to 1.47.0 & Cleanup
distro_tracking: Refect Recipe Updates & Status
Xiaofeng Yan (2):
libx11-diet: update to 1.4.4
directfb: update to 1.4.15
meta/classes/base.bbclass | 8 +-
meta/conf/bitbake.conf | 5 -
meta/conf/distro/include/default-providers.inc | 1 +
.../conf/distro/include/distro_tracking_fields.inc | 50 ++--
.../file/file/fix_version_check.patch | 21 ++
.../file/{file_5.04.bb => file_5.09.bb} | 9 +-
meta/recipes-devtools/gcc/gcc-cross4.inc | 2 +
.../gnu-config/config-guess-uclibc.patch | 145 +++++------
.../gnu-config/gnu-config_20111111.bb | 41 +++
.../{gnu-config_20080123.bb => gnu-config_git.bb} | 15 +-
.../gnome/gobject-introspection/configure.patch | 27 --
.../gnome/gobject-introspection/pathfix.patch | 27 --
.../use-usr-bin-env-for-python.patch | 20 ++
.../gnome/gobject-introspection_git.bb | 32 ++-
.../{directfb_1.4.12.bb => directfb_1.4.15.bb} | 9 +-
.../directfb-1.2.x-fix-pkgconfig-cflags.patch | 36 ++--
.../xorg-lib/libx11-diet-1.3/include_fix.patch | 25 --
.../xorg-lib/libx11-diet-1.3/nodolt.patch | 14 -
.../X18NCMSstubs.diff | 1 +
.../fix-disable-xlocale.diff | 1 +
.../fix-utf8-wrong-define.patch | 2 +
.../libx11-diet-1.4.4/keysymdef_include.patch | 23 ++
.../x11_disable_makekeys.patch | 23 +-
.../{libx11-diet_1.3.bb => libx11-diet_1.4.4.bb} | 17 +-
.../files/fix_ldadd_order.patch | 0
.../sato-screenshot_git.bb} | 2 +-
meta/recipes-sato/tasks/task-core-x11.bb | 2 +-
meta/recipes-support/apr/apr-util_1.3.12.bb | 2 +
meta/recipes-support/boost/boost-jam-native.inc | 32 ---
.../boost/boost-jam-native_3.1.18.bb | 8 -
.../boost/{boost-36.inc => boost.inc} | 42 +++-
.../boost/{boost_1.44.0.bb => boost_1.47.0.bb} | 13 +-
.../recipes-support/boost/files/1.34.1-gcc43.patch | 226 -----------------
.../boost/files/atomic_count_gcc_atomicity.patch | 15 --
meta/recipes-support/boost/files/gcc41.patch | 16 --
meta/recipes-support/boost/files/gcc43.patch | 258 --------------------
.../recipes-support/boost/files/linux-uclibc.patch | 12 -
.../boost/files/unit_test_log10f.patch | 22 --
meta/recipes-support/libgcrypt/libgcrypt.inc | 2 +
.../libgpg-error/libgpg-error_1.10.bb | 2 +
40 files changed, 339 insertions(+), 869 deletions(-)
create mode 100644 meta/recipes-devtools/file/file/fix_version_check.patch
rename meta/recipes-devtools/file/{file_5.04.bb => file_5.09.bb} (79%)
create mode 100644 meta/recipes-devtools/gnu-config/gnu-config_20111111.bb
rename meta/recipes-devtools/gnu-config/{gnu-config_20080123.bb => gnu-config_git.bb} (73%)
delete mode 100644 meta/recipes-gnome/gnome/gobject-introspection/configure.patch
delete mode 100644 meta/recipes-gnome/gnome/gobject-introspection/pathfix.patch
create mode 100644 meta/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch
rename meta/recipes-graphics/directfb/{directfb_1.4.12.bb => directfb_1.4.15.bb} (63%)
delete mode 100644 meta/recipes-graphics/xorg-lib/libx11-diet-1.3/include_fix.patch
delete mode 100644 meta/recipes-graphics/xorg-lib/libx11-diet-1.3/nodolt.patch
rename meta/recipes-graphics/xorg-lib/{libx11-diet-1.3 => libx11-diet-1.4.4}/X18NCMSstubs.diff (99%)
rename meta/recipes-graphics/xorg-lib/{libx11-diet-1.3 => libx11-diet-1.4.4}/fix-disable-xlocale.diff (90%)
rename meta/recipes-graphics/xorg-lib/{libx11-diet-1.3 => libx11-diet-1.4.4}/fix-utf8-wrong-define.patch (88%)
create mode 100644 meta/recipes-graphics/xorg-lib/libx11-diet-1.4.4/keysymdef_include.patch
rename meta/recipes-graphics/xorg-lib/{libx11-diet-1.3 => libx11-diet-1.4.4}/x11_disable_makekeys.patch (43%)
rename meta/recipes-graphics/xorg-lib/{libx11-diet_1.3.bb => libx11-diet_1.4.4.bb} (49%)
rename meta/recipes-sato/{screenshot => sato-screenshot}/files/fix_ldadd_order.patch (100%)
rename meta/recipes-sato/{screenshot/screenshot_git.bb => sato-screenshot/sato-screenshot_git.bb} (92%)
delete mode 100644 meta/recipes-support/boost/boost-jam-native.inc
delete mode 100644 meta/recipes-support/boost/boost-jam-native_3.1.18.bb
rename meta/recipes-support/boost/{boost-36.inc => boost.inc} (88%)
rename meta/recipes-support/boost/{boost_1.44.0.bb => boost_1.47.0.bb} (66%)
delete mode 100644 meta/recipes-support/boost/files/1.34.1-gcc43.patch
delete mode 100644 meta/recipes-support/boost/files/atomic_count_gcc_atomicity.patch
delete mode 100644 meta/recipes-support/boost/files/gcc41.patch
delete mode 100644 meta/recipes-support/boost/files/gcc43.patch
delete mode 100644 meta/recipes-support/boost/files/linux-uclibc.patch
delete mode 100644 meta/recipes-support/boost/files/unit_test_log10f.patch
--
1.7.6.4
next reply other threads:[~2011-11-15 21:05 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-15 20:58 Saul Wold [this message]
2011-11-15 20:58 ` [CONSOLIDATED PULL 01/16] base.bbclass: add subversion-native to DEPENDS if there is svn:// in SRC_URI Saul Wold
2011-11-15 20:58 ` [CONSOLIDATED PULL 02/16] default-providers: add alsa to resolve multiple runtime providers Saul Wold
2011-11-15 20:58 ` [CONSOLIDATED PULL 03/16] apr-util: extend sed call to fix libtool patch for case without SHELL in LIBTOOL variable Saul Wold
2011-11-15 20:58 ` [CONSOLIDATED PULL 04/16] libx11-diet: update to 1.4.4 Saul Wold
2011-11-15 20:58 ` [CONSOLIDATED PULL 05/16] directfb: update to 1.4.15 Saul Wold
2011-11-15 20:58 ` [CONSOLIDATED PULL 06/16] libgcrypt: add BBCLASSEXTEND native for gnutls-native Saul Wold
2011-11-15 20:58 ` [CONSOLIDATED PULL 07/16] libgpg-error: add BBCLASSEXTEND native for libgcrypts and gnutls-native Saul Wold
2011-11-15 20:58 ` [CONSOLIDATED PULL 08/16] file: update to 5.09 Saul Wold
2011-11-15 20:58 ` [CONSOLIDATED PULL 09/16] gnu-config: update to git HEAD Saul Wold
2011-11-15 20:58 ` [CONSOLIDATED PULL 10/16] gnu-config: Create 2011111 release Saul Wold
2011-11-15 20:58 ` [CONSOLIDATED PULL 11/16] bitbake.conf: Update ASSUME_PROVIDED Saul Wold
2011-11-15 20:58 ` [CONSOLIDATED PULL 12/16] boost: Update to 1.47.0 & Cleanup Saul Wold
2011-11-15 20:58 ` [CONSOLIDATED PULL 13/16] gcc-4.6: fix toolchain build for SH4 Saul Wold
2011-11-15 20:58 ` [CONSOLIDATED PULL 14/16] screenshot: rename to sato-screenshot Saul Wold
2011-11-15 20:58 ` [CONSOLIDATED PULL 15/16] gobject-introspection: update frome meta-oe Saul Wold
2011-11-15 20:58 ` [CONSOLIDATED PULL 16/16] distro_tracking: Refect Recipe Updates & Status Saul Wold
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.1321389699.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox