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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
