From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/8] Musl related and misc fixes
Date: Mon, 1 Feb 2016 05:08:19 +0000 [thread overview]
Message-ID: <cover.1454303080.git.raj.khem@gmail.com> (raw)
Fix few more recipes to be able to build on musl
Cleanup cruft left after pth removal
libtool-cross for PIE link issues
db to use cross libtool to avoid link errors exposed by clang
boost VFP issues seen on qemuarm
The following changes since commit fd75637d97cc3d669229e59c1d21ce7038fc92d7:
native.bbclass: Set CXXFLAGS from BUILD_CXXFLAGS not BUILD_CFLAGS (2016-01-31 13:29:38 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib kraj/pu
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/pu
Khem Raj (8):
libnss-mdns: Check for nss.h before using
nss-myhostname: Fix build on musl
distutils: Consider S != B case
pth: Remove dead code
libtool-cross: Unset pre|post dep objects
db: Use cross libtool
local.conf.sample.extended: Document HOW-TO enable systemd or busbox
for init system
boost: Fix build on soft-float ABI arm systems
meta/classes/distutils.bbclass | 27 ++++--
meta/classes/distutils3.bbclass | 26 +++--
meta/conf/local.conf.sample | 25 +++--
meta/conf/local.conf.sample.extended | 28 +++++-
.../libnss-mdns/0001-check-for-nss.h.patch | 56 +++++++++++
.../libnss-mdns/libnss-mdns_0.10.bb | 4 +-
.../libtool/libtool-cross_2.4.6.bb | 6 +-
.../boost/boost/consider-hardfp.patch | 19 ++++
meta/recipes-support/boost/boost_1.60.0.bb | 1 +
meta/recipes-support/db/db_5.3.28.bb | 1 +
meta/recipes-support/db/db_6.0.30.bb | 1 +
...tname-Check-for-nss.h-presense-before-use.patch | 51 ++++++++++
.../nss-myhostname/nss-myhostname_0.3.bb | 4 +-
.../pth/files/pth-add-pkgconfig-support.patch | 105 ---------------------
.../pth/files/pth-fix-parallel.patch | 48 ----------
15 files changed, 211 insertions(+), 191 deletions(-)
create mode 100644 meta/recipes-connectivity/libnss-mdns/libnss-mdns/0001-check-for-nss.h.patch
create mode 100644 meta/recipes-support/boost/boost/consider-hardfp.patch
create mode 100644 meta/recipes-support/nss-myhostname/nss-myhostname/0001-nss-myhostname-Check-for-nss.h-presense-before-use.patch
delete mode 100644 meta/recipes-support/pth/files/pth-add-pkgconfig-support.patch
delete mode 100644 meta/recipes-support/pth/files/pth-fix-parallel.patch
--
2.7.0
next reply other threads:[~2016-02-01 5:08 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-01 5:08 Khem Raj [this message]
2016-02-01 5:08 ` [PATCH 1/8] libnss-mdns: Check for nss.h before using Khem Raj
2016-02-01 5:08 ` [PATCH 2/8] nss-myhostname: Fix build on musl Khem Raj
2016-02-01 21:13 ` Burton, Ross
2016-02-01 22:29 ` Khem Raj
2016-02-01 5:08 ` [PATCH 3/8] distutils: Consider S != B case Khem Raj
2016-02-01 18:02 ` Richard Purdie
2016-02-01 18:23 ` Khem Raj
2016-02-01 5:08 ` [PATCH 4/8] pth: Remove dead code Khem Raj
2016-02-01 10:23 ` Burton, Ross
2016-02-01 12:33 ` Burton, Ross
2016-02-01 17:09 ` Khem Raj
2016-02-01 5:08 ` [PATCH 5/8] libtool-cross: Unset pre|post dep objects Khem Raj
2016-02-01 17:29 ` Khem Raj
2016-02-01 5:08 ` [PATCH 6/8] db: Use cross libtool Khem Raj
2016-02-01 5:08 ` [PATCH 7/8] local.conf.sample.extended: Document HOW-TO enable systemd or busbox for init system Khem Raj
2016-02-01 5:08 ` [PATCH 8/8] boost: Fix build on soft-float ABI arm systems Khem Raj
2016-02-03 20:42 ` Phil Blundell
2016-02-03 20:58 ` Khem Raj
2016-02-03 21:24 ` Phil Blundell
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.1454303080.git.raj.khem@gmail.com \
--to=raj.khem@gmail.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.