From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/33] patches and staticdev fixes
Date: Thu, 19 Jan 2012 01:22:21 -0800 [thread overview]
Message-ID: <cover.1326964778.git.sgw@linux.intel.com> (raw)
Richard,
Here is a batch of fixes from the community along with some
staticdev patches (long overdue).
Thanks
Sau!
The following changes since commit a0f5dd25a37fe3b8664c2133e80b6214559f93f6:
package_rpm.bbclass: Add support for filenames with spaces (2012-01-17 16:20:46 +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
Andrea Adami (1):
xinput: add utility for configuring and testing XInput devices.
Andrei Gherzan (3):
busybox: defconfig modified in order to activate
CONFIG_EXPR_MATH_SUPPORT_64
chkconfig: Update package from v1.3.55 to v1.3.57
libsoup: Update package from v2.2.100 to v2.2.105
Bruce Ashfield (1):
linux-yocto: restore WORKDIR as a patch source directory
Joshua Lock (6):
busybox: drop MARKINT option from init script and syslog-startup.conf
busybox: remove incorrect comments from syslog-startup.conf
busybox: enable log level configuration in syslog-startup.conf and
script
busybox: change syslog default to log to a file
busybox: enable dropping of duplicates in syslog, off by default
distro-tracking-fields: claim responsibility for udev, dpkg, apt,
v86d
Khem Raj (4):
gnutls: Fix compilation on uclibc
uclibc: Upgrade to latest master
e2fsprogs_1.42.bb: Fix build fallout for uclibc
gnutls: Fix configure issue wrt to rm
Lianhao Lu (1):
adt-installer: install autoconf(/automake)-nativesdk
Nitin A Kamble (7):
site/ix86-common: fix an error
bdwgc: new recipe for autogen
libunistring: new recipe for autogen
guile: new recipe for autogen
autogen-native: new recipe for grub-efi-native
grub-efi-native: fix errors with automake 1.11.2
distro-tracking: add data for newer recipes
Saul Wold (10):
m4: A better refactoring
pango.inc: fix /etc/pango -> /${sysconfdir}/pango/*
pkgconfig: Move pkg.m4 from -dev to package
gst-openmax: refactor packages for staticdev
liba52: refactor packages for staticdev
attr/acl: refactor packages for staticdev
db: refactor packages for staticdev
js: refactor packages for staticdev
boost: refactor packages for staticdev
enchant: refactor packages for staticdev
meta/classes/kernel-yocto.bbclass | 2 +
.../conf/distro/include/distro_tracking_fields.inc | 59 +-
.../files/grub-1.99_fix_for_automake_1.11.2.patch | 5808 --------------------
meta/recipes-bsp/grub/grub-efi-native_1.99.bb | 4 +-
meta/recipes-core/busybox/busybox-1.19.3/defconfig | 4 +-
meta/recipes-core/busybox/busybox_1.19.3.bb | 2 +-
meta/recipes-core/busybox/files/syslog | 9 +-
.../recipes-core/busybox/files/syslog-startup.conf | 9 +-
.../uclibc/uclibc-git/cross_compile_check.patch | 13 +
.../recipes-core/uclibc/uclibc-git/fix_libdl.patch | 83 +
...so_use_arm_dl_linux_resolve_in_thumb_mode.patch | 6 +
.../uclibc/uclibc-git/orign_path.patch | 183 -
.../uclibc/uclibc-git/powerpc_copysignl.patch | 6 +
.../uclibc-git/remove_attribute_optimize_Os.patch | 5 +
meta/recipes-core/uclibc/uclibc-git/rtld_no.patch | 216 -
meta/recipes-core/uclibc/uclibc-git/uClibc.distro | 2 +
.../uclibc/uclibc-git/uclibc-arm-ftruncate64.patch | 5 +
.../uclibc/uclibc-git/uclibc-execvpe.patch | 3 +
.../uclibc-git/uclibc_enable_log2_test.patch | 5 +
.../uclibc-git/uclibc_scheduler_update.patch | 455 --
meta/recipes-core/uclibc/uclibc.inc | 2 +-
meta/recipes-core/uclibc/uclibc_git.bb | 10 +-
.../autogen/autogen-native_5.12.bb | 24 +
.../e2fsprogs/e2fsprogs-1.42/fallocate.patch | 22 +
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb | 3 +-
...01-Fix-the-SRFI-60-copy-bit-documentation.patch | 33 +
..._GNU_SOURCE-to-fix-the-GNU-kFreeBSD-build.patch | 25 +
...h-rather-than-gc-gc_version.h-in-pthread-.patch | 26 +
.../guile/files/opensuse/guile-64bit.patch | 38 +
.../files/opensuse/guile-turn-off-gc-test.patch | 48 +
meta/recipes-devtools/guile/guile_2.0.3.bb | 79 +
.../adt-installer/scripts/adt_installer_internal | 18 +-
.../installer/adt-installer_1.0.bb | 2 +-
meta/recipes-devtools/m4/m4-1.4.16.inc | 14 +
meta/recipes-devtools/m4/m4-1.4.9.inc | 13 +
meta/recipes-devtools/m4/m4-native_1.4.16.bb | 2 +-
meta/recipes-devtools/m4/m4-native_1.4.9.bb | 4 +-
meta/recipes-devtools/m4/m4.inc | 11 +-
meta/recipes-devtools/m4/m4_1.4.16.bb | 2 +-
meta/recipes-devtools/m4/m4_1.4.9.bb | 19 +-
meta/recipes-devtools/pkgconfig/pkgconfig.inc | 2 +
meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb | 2 +-
.../{chkconfig_1.3.55.bb => chkconfig_1.3.57.bb} | 4 +-
meta/recipes-graphics/pango/pango.inc | 2 +-
meta/recipes-graphics/xorg-app/xinput_1.5.3.bb | 14 +
.../gstreamer/gst-openmax_0.10.1.bb | 5 +-
meta/recipes-multimedia/liba52/liba52_0.7.4.bb | 4 +-
meta/recipes-support/attr/acl_2.2.51.bb | 2 +-
meta/recipes-support/attr/attr_2.4.46.bb | 2 +-
meta/recipes-support/attr/ea-acl.inc | 12 +-
meta/recipes-support/bdwgc/bdwgc_20110107.bb | 37 +
meta/recipes-support/boost/boost.inc | 7 +-
meta/recipes-support/db/db_5.1.19.bb | 6 +-
meta/recipes-support/enchant/enchant_1.6.0.bb | 5 +-
.../correct_rpl_gettimeofday_signature.patch | 57 +
meta/recipes-support/gnutls/gnutls.inc | 4 +-
meta/recipes-support/gnutls/gnutls_2.12.14.bb | 6 +-
meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb | 3 +-
.../dprintf_conflict_with_eglibc.patch | 1184 ++++
.../{libsoup_2.2.100.bb => libsoup_2.2.105.bb} | 9 +-
.../libunistring/libunistring_0.9.3.bb | 28 +
meta/site/ix86-common | 2 +-
62 files changed, 1893 insertions(+), 6778 deletions(-)
create mode 100644 meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch
create mode 100644 meta/recipes-core/uclibc/uclibc-git/fix_libdl.patch
delete mode 100644 meta/recipes-core/uclibc/uclibc-git/orign_path.patch
delete mode 100644 meta/recipes-core/uclibc/uclibc-git/rtld_no.patch
delete mode 100644 meta/recipes-core/uclibc/uclibc-git/uclibc_scheduler_update.patch
create mode 100644 meta/recipes-devtools/autogen/autogen-native_5.12.bb
create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/fallocate.patch
create mode 100644 meta/recipes-devtools/guile/files/debian/0001-Fix-the-SRFI-60-copy-bit-documentation.patch
create mode 100644 meta/recipes-devtools/guile/files/debian/0002-Define-_GNU_SOURCE-to-fix-the-GNU-kFreeBSD-build.patch
create mode 100644 meta/recipes-devtools/guile/files/debian/0003-Include-gc.h-rather-than-gc-gc_version.h-in-pthread-.patch
create mode 100644 meta/recipes-devtools/guile/files/opensuse/guile-64bit.patch
create mode 100644 meta/recipes-devtools/guile/files/opensuse/guile-turn-off-gc-test.patch
create mode 100644 meta/recipes-devtools/guile/guile_2.0.3.bb
create mode 100644 meta/recipes-devtools/m4/m4-1.4.16.inc
create mode 100644 meta/recipes-devtools/m4/m4-1.4.9.inc
rename meta/recipes-extended/chkconfig/{chkconfig_1.3.55.bb => chkconfig_1.3.57.bb} (84%)
create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb
create mode 100644 meta/recipes-support/bdwgc/bdwgc_20110107.bb
create mode 100644 meta/recipes-support/gnutls/gnutls-2.12.14/correct_rpl_gettimeofday_signature.patch
create mode 100644 meta/recipes-support/libsoup/libsoup-2.2.105/dprintf_conflict_with_eglibc.patch
rename meta/recipes-support/libsoup/{libsoup_2.2.100.bb => libsoup_2.2.105.bb} (57%)
create mode 100644 meta/recipes-support/libunistring/libunistring_0.9.3.bb
--
1.7.6.5
next reply other threads:[~2012-01-19 9:30 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-19 9:22 Saul Wold [this message]
2012-01-19 9:22 ` [CONSOLIDATED PULL 01/33] m4: A better refactoring Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 02/33] busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64 Saul Wold
2012-01-19 10:29 ` Koen Kooi
2012-01-19 22:04 ` Andrei Gherzan
2012-01-19 9:22 ` [CONSOLIDATED PULL 03/33] pango.inc: fix /etc/pango -> /${sysconfdir}/pango/* Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 04/33] busybox: drop MARKINT option from init script and syslog-startup.conf Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 05/33] busybox: remove incorrect comments from syslog-startup.conf Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 06/33] busybox: enable log level configuration in syslog-startup.conf and script Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 07/33] busybox: change syslog default to log to a file Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 08/33] busybox: enable dropping of duplicates in syslog, off by default Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 09/33] chkconfig: Update package from v1.3.55 to v1.3.57 Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 10/33] libsoup: Update package from v2.2.100 to v2.2.105 Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 11/33] gnutls: Fix compilation on uclibc Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 12/33] pkgconfig: Move pkg.m4 from -dev to package Saul Wold
2012-01-19 10:30 ` Koen Kooi
2012-01-19 10:57 ` Richard Purdie
2012-01-19 11:04 ` Koen Kooi
2012-01-19 9:22 ` [CONSOLIDATED PULL 13/33] gst-openmax: refactor packages for staticdev Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 14/33] liba52: " Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 15/33] attr/acl: " Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 16/33] db: " Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 17/33] js: " Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 18/33] boost: " Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 19/33] enchant: " Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 20/33] site/ix86-common: fix an error Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 21/33] linux-yocto: restore WORKDIR as a patch source directory Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 22/33] uclibc: Upgrade to latest master Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 23/33] adt-installer: install autoconf(/automake)-nativesdk Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 24/33] e2fsprogs_1.42.bb: Fix build fallout for uclibc Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 25/33] xinput: add utility for configuring and testing XInput devices Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 26/33] distro-tracking-fields: claim responsibility for udev, dpkg, apt, v86d Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 27/33] bdwgc: new recipe for autogen Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 28/33] libunistring: " Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 29/33] guile: " Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 30/33] autogen-native: new recipe for grub-efi-native Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 31/33] grub-efi-native: fix errors with automake 1.11.2 Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 32/33] distro-tracking: add data for newer recipes Saul Wold
2012-01-19 9:22 ` [CONSOLIDATED PULL 33/33] gnutls: Fix configure issue wrt to rm Saul Wold
2012-01-19 13:27 ` [CONSOLIDATED PULL 00/33] patches and staticdev fixes 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.1326964778.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