[Buildroot] [PATCH 0/2] Solving bug #7142, getent installation

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 16 14:39:50 UTC 2014


Hello,

This set of two patches aim at solving bug #7142 by providing a way
for packages to express the fact that they need the 'getent' program
to be installed on the target. Unfortunately, getent is not a
stand-alone program: it is typically provided as part of glibc/eglibc
sources, except for uclibc and musl, of course.

Read the commit log of the first patch for the gory details.

Thanks,

Thomas

Thomas Petazzoni (2):
  toolchain: add mechanism to install the getent program
  ecryptfs-utils: ensure getent is installed on the target

 package/ecryptfs-utils/Config.in                   |  2 +
 package/getent/getent                              | 45 ++++++++++++++++++++++
 package/getent/getent.mk                           | 22 +++++++++++
 package/glibc/glibc.mk                             |  7 ++++
 package/musl/musl.mk                               |  5 +++
 package/uclibc/uclibc.mk                           |  7 ++++
 toolchain/toolchain-common.in                      |  6 +++
 toolchain/toolchain-external/toolchain-external.mk | 14 +++++++
 8 files changed, 108 insertions(+)
 create mode 100644 package/getent/getent
 create mode 100644 package/getent/getent.mk

-- 
2.0.0



More information about the buildroot mailing list