diff options
-rw-r--r-- | meta/classes/useradd.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index 92e45ff9bc..6017ded860 100644 --- a/meta/classes/useradd.bbclass +++ b/meta/classes/useradd.bbclass | |||
@@ -32,7 +32,7 @@ if test "x$D" != "x"; then | |||
32 | fi | 32 | fi |
33 | 33 | ||
34 | # user/group lookups should match useradd/groupadd --root | 34 | # user/group lookups should match useradd/groupadd --root |
35 | export PSEUDO_PASSWD="$SYSROOT:${STAGING_DIR_NATIVE}" | 35 | export PSEUDO_PASSWD="$SYSROOT" |
36 | fi | 36 | fi |
37 | 37 | ||
38 | # If we're not doing a special SSTATE/SYSROOT install | 38 | # If we're not doing a special SSTATE/SYSROOT install |