Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/8] Musl related and misc fixes
@ 2016-02-01  5:08 Khem Raj
  2016-02-01  5:08 ` [PATCH 1/8] libnss-mdns: Check for nss.h before using Khem Raj
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: Khem Raj @ 2016-02-01  5:08 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2016-02-03 21:24 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-01  5:08 [PATCH 0/8] Musl related and misc fixes Khem Raj
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox