All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [master/jethro][PATCH 0/9] uclibc fixes
Date: Fri, 16 Oct 2015 00:59:55 -0700	[thread overview]
Message-ID: <cover.1444982178.git.raj.khem@gmail.com> (raw)

These are fixes to uclibc and other packages to rebuild them on uclibc
this patchset will be useful on jethro as well, so this is a pull request for
both master and jethro

The following changes since commit d294da632a11024de69f091be71b71a1b2acacd9:

  kern-tools: temp. test patch resume fix (2015-10-15 12:38:24 -0700)

are available in the git repository at:

  git://github.com/kraj/openembedded-core uclibc_fixes
  https://github.com/kraj/openembedded-core/tree/uclibc_fixes

Khem Raj (9):
  rpcbind: Fix build with uclibc
  libtirpc: Refresh uclibc patches
  uclibc: Fix build with gcc5
  coreutils-6.9: Add missing dependency on virtual/libiconv
  coreutils: Do not use host paths in getloadavg.m4
  libpam: Fix build with uclibc
  libtirpc: Fix a bug exposed by uclibc
  systemd: Fix build with uclibc
  uclibc: Implement syncfs and AT_EMPTY_PATH for all and O_PATH for arm

 .../coreutils/coreutils-6.9/loadavg.patch          |  18 ++
 meta/recipes-core/coreutils/coreutils_6.9.bb       |   2 +
 .../systemd/0001-fix-build-on-uClibc-exp10.patch   |  22 ++
 ...nv-when-secure-versions-are-not-available.patch |  39 ++++
 meta/recipes-core/systemd/systemd_225.bb           |   2 +
 meta/recipes-core/uclibc/uclibc-git.inc            |   3 +
 ...-AT_EMPTY_PATH-for-all-and-O_PATH-for-arm.patch |  42 ++++
 ...zes-away-the-write-only-static-functions-.patch |  51 +++++
 .../uclibc/uclibc-git/0001-wire-in-syncfs.patch    |  49 +++++
 .../libtirpc/libtirpc/remove-des-uclibc.patch      |  22 +-
 .../libtirpc/libtirpc/va_list.patch                |  18 ++
 meta/recipes-extended/libtirpc/libtirpc_0.2.5.bb   |   4 +-
 meta/recipes-extended/pam/libpam/use-utmpx.patch   | 233 +++++++++++++++++++++
 meta/recipes-extended/pam/libpam_1.2.1.bb          |   4 +-
 .../rpcbind/rpcbind/0001-uclibc-nss.patch          |  30 ---
 meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb     |   2 -
 16 files changed, 496 insertions(+), 45 deletions(-)
 create mode 100644 meta/recipes-core/coreutils/coreutils-6.9/loadavg.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-fix-build-on-uClibc-exp10.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0022-Use-getenv-when-secure-versions-are-not-available.patch
 create mode 100644 meta/recipes-core/uclibc/uclibc-git/0001-fcntl-Add-AT_EMPTY_PATH-for-all-and-O_PATH-for-arm.patch
 create mode 100644 meta/recipes-core/uclibc/uclibc-git/0001-gcc5-optimizes-away-the-write-only-static-functions-.patch
 create mode 100644 meta/recipes-core/uclibc/uclibc-git/0001-wire-in-syncfs.patch
 create mode 100644 meta/recipes-extended/libtirpc/libtirpc/va_list.patch
 create mode 100644 meta/recipes-extended/pam/libpam/use-utmpx.patch
 delete mode 100644 meta/recipes-extended/rpcbind/rpcbind/0001-uclibc-nss.patch

-- 
2.6.1



             reply	other threads:[~2015-10-16  7:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-16  7:59 Khem Raj [this message]
2015-10-16  7:59 ` [PATCH 1/9] rpcbind: Fix build with uclibc Khem Raj
2015-10-16  7:59 ` [PATCH 2/9] libtirpc: Refresh uclibc patches Khem Raj
2015-10-16  7:59 ` [PATCH 3/9] uclibc: Fix build with gcc5 Khem Raj
2015-10-16  7:59 ` [PATCH 4/9] coreutils-6.9: Add missing dependency on virtual/libiconv Khem Raj
2015-10-16  7:59 ` [PATCH 5/9] coreutils: Do not use host paths in getloadavg.m4 Khem Raj
2015-10-16  8:00 ` [PATCH 6/9] libpam: Fix build with uclibc Khem Raj
2015-10-16  8:00 ` [PATCH 7/9] libtirpc: Fix a bug exposed by uclibc Khem Raj
2015-10-16  8:00 ` [PATCH 8/9] systemd: Fix build with uclibc Khem Raj
2015-10-16  8:00 ` [PATCH 9/9] uclibc: Implement syncfs and AT_EMPTY_PATH for all and O_PATH for arm 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.1444982178.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.