Bug 7142

Summary: ecryptfs needs getent to run
Product: buildroot Reporter: xxiao <xxiao8>
Component: OtherAssignee: Thomas Petazzoni <thomas.petazzoni>
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2014.05   
Target Milestone: 2014.11   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description xxiao 2014-06-01 17:16:27 UTC
glibc/eglibc has getent built automatically, it should be copied to target root filesystem for package ecryptfs to run.
uclibc has a getent under extra/scripts which emulates getenv in glibc/eglibc.
there might be other packages need getent, which is small in size, I would suggest always put that to target rootfs?
Comment 1 Thomas Petazzoni 2014-08-16 14:43:46 UTC
A solution for this problem was proposed at http://lists.busybox.net/pipermail/buildroot/2014-August/104410.html.