mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
Nodejs expects the user and group nobody to exist on global install commands. The target build works as base-passwd contained it, however the fallback passwd did not. This broke the SDK if nodejs was included. (From OE-Core rev: 40b89061c1efe8c150c1ac0886616d1b6facc2a0) Signed-off-by: Michael Davis <michael.davis@essvote.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 lines
83 B
Plaintext
3 lines
83 B
Plaintext
root::0:0:root:/home/root:/bin/sh
|
|
nobody:*:65534:65534:nobody:/nonexistent:/bin/sh
|