All of lore.kernel.org
 help / color / mirror / Atom feed
* [master/jethro][PATCH 0/9] uclibc fixes
@ 2015-10-16  7:59 Khem Raj
  2015-10-16  7:59 ` [PATCH 1/9] rpcbind: Fix build with uclibc Khem Raj
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Khem Raj @ 2015-10-16  7:59 UTC (permalink / raw)
  To: openembedded-core

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



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

end of thread, other threads:[~2015-10-16  8:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-16  7:59 [master/jethro][PATCH 0/9] uclibc fixes Khem Raj
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

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.