From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/21] Updates and Fixes
Date: Sun, 13 Nov 2011 20:27:50 -0800 [thread overview]
Message-ID: <cover.1321244755.git.sgw@linux.intel.com> (raw)
Richard,
This set has been build tested and reviewed. I did have to update
bitbake.conf for both then gnu-config and base.bblcass changes to
modify ASSUME_PROVIDED, please review this.
Thanks
Sau!
The following changes since commit a8ed4fcd79f6283c1d45f347dce894d784183900:
xinit: rdepends on util-linux-mcookie to avoid brining whole util-linux (2011-11-11 11:00:56 +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
Martin Jansa (13):
libatomics-ops: force ARM mode
pulseaudio-0.9.23: force ARM mode
aspell: force ARM mode
webkit-gtk: force arm mode to work around binutils segfault
subversion: add 1.7.0 with native support and negative D_P for now
base.bbclass: add subversion-native to DEPENDS if there is svn:// in
SRC_URI
time: rename files dir to time-1.7 for faster lookup
time: drop default S and 2 useless comments
time: use u-a for time, conflicts with busybox
util-linux: use u-a for flock and blockdev, conflicts with busybox
util-linux: add missing u-a calls for setsid chrt
util-linux: bump PR after u-a changes
kbd: use u-a for chvt, deallocvt, fgconssole, openvt, conflicts with
busybox
Otavio Salvador (1):
dhcp: generate initial leases files for server
Saul Wold (5):
file: update to 5.09
gnu-config: update to git HEAD
boost: Update to 1.47.0 & Cleanup
bitbake.conf: Update ASSUME_PROVIDED
distro_tracking: Refect Recipe Updates & Status
Simon Busch (1):
qt4-x11-free: bring back pkg-config fixups
Xiaofeng Yan (1):
directfb: update to 1.4.15
meta/classes/base.bbclass | 8 +-
meta/conf/bitbake.conf | 7 +-
.../conf/distro/include/distro_tracking_fields.inc | 49 ++--
meta/recipes-connectivity/dhcp/dhcp.inc | 9 +-
meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb | 2 +-
meta/recipes-core/kbd/kbd_1.15.2.bb | 29 ++-
meta/recipes-core/util-linux/util-linux.inc | 14 +-
meta/recipes-core/util-linux/util-linux_2.19.1.bb | 2 +-
.../file/file/fix_version_check.patch | 21 ++
.../file/{file_5.04.bb => file_5.09.bb} | 9 +-
.../gnu-config/config-guess-uclibc.patch | 145 +++++------
.../{gnu-config_20080123.bb => gnu-config_git.bb} | 15 +-
.../subversion/subversion-1.7.0/libtool2.patch | 15 ++
.../subversion/subversion_1.7.0.bb | 37 +++
.../time/{files => time-1.7}/debian.patch | 0
meta/recipes-extended/time/time.inc | 10 +
meta/recipes-extended/time/time_1.7.bb | 5 +-
.../{directfb_1.4.12.bb => directfb_1.4.15.bb} | 9 +-
.../directfb-1.2.x-fix-pkgconfig-cflags.patch | 36 ++--
.../pulseaudio/libatomics-ops_1.2.bb | 2 +-
.../pulseaudio/pulseaudio_0.9.23.bb | 2 +-
meta/recipes-qt/qt4/qt4-x11-free.inc | 16 ++-
meta/recipes-sato/webkit/webkit-gtk_svn.bb | 2 +-
meta/recipes-support/aspell/aspell_0.60.6.1.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 --
34 files changed, 333 insertions(+), 757 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%)
rename meta/recipes-devtools/gnu-config/{gnu-config_20080123.bb => gnu-config_git.bb} (73%)
create mode 100644 meta/recipes-devtools/subversion/subversion-1.7.0/libtool2.patch
create mode 100644 meta/recipes-devtools/subversion/subversion_1.7.0.bb
rename meta/recipes-extended/time/{files => time-1.7}/debian.patch (100%)
rename meta/recipes-graphics/directfb/{directfb_1.4.12.bb => directfb_1.4.15.bb} (63%)
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-14 4:34 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-14 4:27 Saul Wold [this message]
2011-11-14 4:27 ` [CONSOLIDATED PULL 01/21] dhcp: generate initial leases files for server Saul Wold
2011-11-14 4:27 ` [CONSOLIDATED PULL 02/21] qt4-x11-free: bring back pkg-config fixups Saul Wold
2011-11-14 4:27 ` [CONSOLIDATED PULL 03/21] libatomics-ops: force ARM mode Saul Wold
2011-11-14 4:27 ` [CONSOLIDATED PULL 04/21] pulseaudio-0.9.23: " Saul Wold
2011-11-14 4:27 ` [CONSOLIDATED PULL 05/21] aspell: " Saul Wold
2011-11-14 4:27 ` [CONSOLIDATED PULL 06/21] webkit-gtk: force arm mode to work around binutils segfault Saul Wold
2011-11-14 4:27 ` [CONSOLIDATED PULL 07/21] subversion: add 1.7.0 with native support and negative D_P for now Saul Wold
2011-11-14 4:27 ` [CONSOLIDATED PULL 08/21] base.bbclass: add subversion-native to DEPENDS if there is svn:// in SRC_URI Saul Wold
2011-11-14 4:27 ` [CONSOLIDATED PULL 09/21] time: rename files dir to time-1.7 for faster lookup Saul Wold
2011-11-14 4:28 ` [CONSOLIDATED PULL 10/21] time: drop default S and 2 useless comments Saul Wold
2011-11-14 4:28 ` [CONSOLIDATED PULL 11/21] time: use u-a for time, conflicts with busybox Saul Wold
2011-11-14 4:28 ` [CONSOLIDATED PULL 12/21] util-linux: use u-a for flock and blockdev, " Saul Wold
2011-11-14 4:28 ` [CONSOLIDATED PULL 13/21] util-linux: add missing u-a calls for setsid chrt Saul Wold
2011-11-14 4:28 ` [CONSOLIDATED PULL 14/21] util-linux: bump PR after u-a changes Saul Wold
2011-11-14 4:28 ` [CONSOLIDATED PULL 15/21] kbd: use u-a for chvt, deallocvt, fgconssole, openvt, conflicts with busybox Saul Wold
2011-11-14 4:28 ` [CONSOLIDATED PULL 16/21] directfb: update to 1.4.15 Saul Wold
2011-11-14 4:28 ` [CONSOLIDATED PULL 17/21] file: update to 5.09 Saul Wold
2011-11-14 4:28 ` [CONSOLIDATED PULL 18/21] gnu-config: update to git HEAD Saul Wold
2011-11-23 21:41 ` Khem Raj
2011-11-14 4:28 ` [CONSOLIDATED PULL 19/21] boost: Update to 1.47.0 & Cleanup Saul Wold
2011-11-14 4:28 ` [CONSOLIDATED PULL 20/21] bitbake.conf: Update ASSUME_PROVIDED Saul Wold
2011-11-14 4:28 ` [CONSOLIDATED PULL 21/21] distro_tracking: Refect Recipe Updates & Status Saul Wold
2011-11-14 7:39 ` [CONSOLIDATED PULL 00/21] Updates and Fixes Martin Jansa
2011-11-14 16:58 ` Saul Wold
2011-11-14 17:07 ` Martin Jansa
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.1321244755.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.