From: Joshua Lock <josh@linux.intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 00/14] [Laverne 4.0] Fixes for building on Fedora 14
Date: Wed, 15 Dec 2010 16:24:00 +0000 [thread overview]
Message-ID: <cover.1292430240.git.josh@linux.intel.com> (raw)
Make 3.82 in Fedora 14 fixes some bugs in the parser which happen to have
been relied upon behaviour in many projects Makefiles.
With this patch series I am able to build poky-image-sdk and meta-toolchain
for qemuppc on a Fedora 14 x86_64 with the default SELINUX policy enabled.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: josh/laverne
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=josh/laverne
Thanks,
Joshua Lock <josh@linux.intel.com>
---
Joshua Lock (12):
eglibc: fix build of eglibc-initial for make 3.82
busybox: import upstream patch for make 3.82
procps: fix for build against make 3.82
busybox: additional fixes for Make 3.82
linux-libc-headers: fix for Make 3.82
gstreamer: fix to comply with make 3.82's stricter parser
gst-plugins: fix for make 3.82
libowl-av: fix for Make 3.82
owl-video-widget: fix Makefile for super strict make 3.82
dates: fix for Make 3.82
contacts: fix for make 3.82
web-webkit: fix for make 3.82
Paul Eggleton (2):
openssl-native: disable execstack flag to prevent problems with
SELinux
qemu: fix failure to find zlib header files during configure
meta/recipes-connectivity/openssl/openssl.inc | 6 ++-
.../recipes-connectivity/openssl/openssl_0.9.8o.bb | 2 +-
.../busybox/busybox-1.16.2/make-382-fix.patch | 56 ++++++++++++++++++++
meta/recipes-core/busybox/busybox_1.16.2.bb | 3 +-
.../eglibc/eglibc-2.12/fix-for-make-3.82.diff | 25 +++++++++
meta/recipes-core/eglibc/eglibc_2.12.bb | 5 +-
.../qemu/qemu-0.12.4/fix-configure-checks.patch | 20 +++++++
meta/recipes-devtools/qemu/qemu_0.12.4.bb | 3 +-
.../procps-3.2.7/procps-3.2.8+gmake-3.82.patch | 17 ++++++
meta/recipes-extended/procps/procps_3.2.7.bb | 3 +-
.../connector-msg-size-fix.patch | 4 +-
.../linux-libc-headers/make-382.patch | 36 +++++++++++++
.../linux-libc-headers_2.6.34.bb | 7 ++-
.../gstreamer/gst-plugins-bad_0.10.19.bb | 2 +-
.../gstreamer/gst-plugins-base_0.10.29.bb | 2 +-
.../gstreamer/gst-plugins-good_0.10.23.bb | 2 +-
.../gstreamer/gst-plugins-ugly_0.10.15.bb | 2 +-
meta/recipes-multimedia/gstreamer/gst-plugins.inc | 5 ++-
.../gstreamer/gst-plugins/make-382.patch | 25 +++++++++
.../gstreamer/gstreamer-0.10.29/make-382.patch | 32 +++++++++++
.../gstreamer/gstreamer_0.10.29.bb | 7 ++-
.../owl-video-widget/libowl-av/make-382.patch | 11 ++++
.../recipes-sato/owl-video-widget/libowl-av_svn.bb | 5 +-
.../owl-video-widget/owl-video/make-382.patch | 15 +++++
.../recipes-sato/owl-video-widget/owl-video_svn.bb | 3 +-
meta/recipes-sato/pimlico/contacts/make-382.patch | 14 +++++
meta/recipes-sato/pimlico/contacts_git.bb | 5 +-
meta/recipes-sato/pimlico/dates/make-382.patch | 16 ++++++
meta/recipes-sato/pimlico/dates_git.bb | 5 +-
meta/recipes-sato/web/web-webkit/make-382.patch | 15 +++++
meta/recipes-sato/web/web-webkit_svn.bb | 5 +-
31 files changed, 329 insertions(+), 29 deletions(-)
create mode 100644 meta/recipes-core/busybox/busybox-1.16.2/make-382-fix.patch
create mode 100644 meta/recipes-core/eglibc/eglibc-2.12/fix-for-make-3.82.diff
create mode 100644 meta/recipes-devtools/qemu/qemu-0.12.4/fix-configure-checks.patch
create mode 100644 meta/recipes-extended/procps/procps-3.2.7/procps-3.2.8+gmake-3.82.patch
create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/make-382.patch
create mode 100644 meta/recipes-multimedia/gstreamer/gst-plugins/make-382.patch
create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/make-382.patch
create mode 100644 meta/recipes-sato/owl-video-widget/libowl-av/make-382.patch
create mode 100644 meta/recipes-sato/owl-video-widget/owl-video/make-382.patch
create mode 100644 meta/recipes-sato/pimlico/contacts/make-382.patch
create mode 100644 meta/recipes-sato/pimlico/dates/make-382.patch
create mode 100644 meta/recipes-sato/web/web-webkit/make-382.patch
--
1.7.3.3
next reply other threads:[~2010-12-15 16:27 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-15 16:24 Joshua Lock [this message]
2010-12-14 12:21 ` [PATCH 06/14] busybox: additional fixes for Make 3.82 Joshua Lock
2010-12-14 12:49 ` [PATCH 07/14] linux-libc-headers: fix " Joshua Lock
2010-12-14 15:39 ` [PATCH 08/14] gstreamer: fix to comply with make 3.82's stricter parser Joshua Lock
2010-12-14 17:56 ` [PATCH 09/14] gst-plugins: fix for make 3.82 Joshua Lock
2010-12-14 18:29 ` [PATCH 10/14] libowl-av: fix for Make 3.82 Joshua Lock
2010-12-15 12:27 ` [PATCH 11/14] owl-video-widget: fix Makefile for super strict make 3.82 Joshua Lock
2010-12-21 18:15 ` Kamble, Nitin A
2010-12-22 11:34 ` Joshua Lock
2010-12-15 12:58 ` [PATCH 12/14] dates: fix for Make 3.82 Joshua Lock
2010-12-15 13:42 ` [PATCH 13/14] contacts: fix for make 3.82 Joshua Lock
2010-12-15 14:31 ` [PATCH 14/14] web-webkit: " Joshua Lock
2010-12-15 16:28 ` [PATCH 02/14] qemu: fix failure to find zlib header files during configure Paul Eggleton
2010-12-15 16:28 ` [PATCH 01/14] openssl-native: disable execstack flag to prevent problems with SELinux Paul Eggleton
2010-12-15 19:28 ` Darren Hart
2010-12-16 9:49 ` Paul Eggleton
2010-12-16 15:45 ` Joshua Lock
2010-12-15 16:28 ` [PATCH 04/14] busybox: import upstream patch for make 3.82 Joshua Lock
2010-12-15 16:28 ` [PATCH 03/14] eglibc: fix build of eglibc-initial " Joshua Lock
2010-12-15 16:28 ` [PATCH 05/14] procps: fix for build against " Joshua Lock
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.1292430240.git.josh@linux.intel.com \
--to=josh@linux.intel.com \
--cc=poky@yoctoproject.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.