All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/6] Fix more recipes to build with musl
Date: Thu, 17 Mar 2016 05:18:14 +0000	[thread overview]
Message-ID: <cover.1458191793.git.raj.khem@gmail.com> (raw)

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



             reply	other threads:[~2016-03-17  5:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-17  5:18 Khem Raj [this message]
2016-03-17  5:18 ` [PATCH 1/6] xcb-util-image: Fix build with clang Khem Raj
2016-03-17  5:18 ` [PATCH 2/6] bdwgc: Check for getcontext() API during configure Khem Raj
2016-03-17  5:18 ` [PATCH 3/6] watchdog: Disable nfs on musl targets Khem Raj
2016-03-17  5:18 ` [PATCH 4/6] socat: Access c_ispeed and c_ospeed via APIs Khem Raj
2016-04-12 14:00   ` Bruce Ashfield
2016-04-12 18:06     ` Khem Raj
2016-03-17  5:18 ` [PATCH 5/6] python-numpy: Fix build on musl Khem Raj
2016-03-17  5:18 ` [PATCH 6/6] libtirpc: Add native rpcgen and regenrate rpc headers " Khem Raj

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.1458191793.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.