From b26e09b7481966f040014debb802a2f41b839f72 Mon Sep 17 00:00:00 2001 From: "Davis, Michael" Date: Wed, 3 Aug 2016 21:26:57 +0000 Subject: pseudo: Add nobody user and group 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/pseudo/files/fallback-group | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/pseudo/files/fallback-group') diff --git a/meta/recipes-devtools/pseudo/files/fallback-group b/meta/recipes-devtools/pseudo/files/fallback-group index 81bf732312..bb3dbca606 100644 --- a/meta/recipes-devtools/pseudo/files/fallback-group +++ b/meta/recipes-devtools/pseudo/files/fallback-group @@ -1,2 +1,3 @@ root:*:0: mail:*:8: +nobody:*:99: -- cgit v1.2.3-54-g00ecf