[OE-core] [PATCH 0/6] Fix more recipes to build with musl

Khem Raj raj.khem at gmail.com
Thu Mar 17 05:18:14 UTC 2016


This fixes build for few more recipes on musl

Khem Raj (6):
  xcb-util-image: Fix build with clang
  bdwgc: Check for getcontext() API during configure
  watchdog: Disable nfs on musl targets
  socat: Access c_ispeed and c_ospeed via APIs
  python-numpy: Fix build on musl
  libtirpc: Add native rpcgen and regenrate rpc headers on musl

 ...001-Access-c_ispeed-and-c_ospeed-via-APIs.patch |   39 +
 meta/recipes-connectivity/socat/socat_1.7.3.1.bb   |    1 +
 .../python/python-numpy/aarch64/_numpyconfig.h     |    3 +-
 .../python/python-numpy/add-glibc-check.patch      |   36 +
 .../python/python-numpy/mips/_numpyconfig.h        |    3 +-
 .../python/python-numpy/mips64/_numpyconfig.h      |    3 +-
 .../python/python-numpy/mips64n32/_numpyconfig.h   |    3 +-
 .../python/python-numpy/powerpc/_numpyconfig.h     |    3 +-
 .../python/python-numpy/powerpc64/_numpyconfig.h   |    3 +-
 .../python/python-numpy/x86-64/_numpyconfig.h      |    3 +-
 .../recipes-devtools/python/python-numpy_1.10.4.bb |    1 +
 ...Add-rpcgen-program-from-nfs-utils-sources.patch | 6510 ++++++++++++++++++++
 ...ly-generate-XDR-header-files-from-.x-sour.patch | 1003 +++
 ...R-files-needed-to-build-rpcbind-on-top-of.patch | 1655 +++++
 meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb   |    6 +-
 meta/recipes-extended/watchdog/watchdog_5.14.bb    |    1 +
 .../xorg-lib/xcb-util-image/clang.patch            |   24 +
 .../xorg-lib/xcb-util-image_0.4.0.bb               |    5 +-
 ...ac-add-check-for-NO_GETCONTEXT-definition.patch |   29 +
 meta/recipes-support/bdwgc/bdwgc_7.4.2.bb          |    1 +
 20 files changed, 9323 insertions(+), 9 deletions(-)
 create mode 100644 meta/recipes-connectivity/socat/socat/0001-Access-c_ispeed-and-c_ospeed-via-APIs.patch
 create mode 100644 meta/recipes-devtools/python/python-numpy/add-glibc-check.patch
 create mode 100644 meta/recipes-extended/libtirpc/libtirpc/0003-Add-rpcgen-program-from-nfs-utils-sources.patch
 create mode 100644 meta/recipes-extended/libtirpc/libtirpc/0004-Automatically-generate-XDR-header-files-from-.x-sour.patch
 create mode 100644 meta/recipes-extended/libtirpc/libtirpc/0005-Add-more-XDR-files-needed-to-build-rpcbind-on-top-of.patch
 create mode 100644 meta/recipes-graphics/xorg-lib/xcb-util-image/clang.patch
 create mode 100644 meta/recipes-support/bdwgc/bdwgc/0001-configure.ac-add-check-for-NO_GETCONTEXT-definition.patch

-- 
1.9.1



More information about the Openembedded-core mailing list