mirror of
https://git.yoctoproject.org/poky
synced 2026-04-16 15:32:13 +02:00
pseudo: default --without-passwd-fallback
No good reason exists to fall back to the build host /etc files when attempting to resolve user and group information. Recipe dependencies should be updated so the correct target files are available. (From OE-Core rev: 899fe3d1d05054a10e4d427810c20ad1e34f916a) (From OE-Core rev: 9a4f8895d76a1b2aca5a3a479beeaee8c9ffbcc2) Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
08613cc339
commit
7e9d8bcada
@@ -10,4 +10,4 @@ SRC_URI = " \
|
||||
SRC_URI[md5sum] = "4d7b4f9d1b4aafa680ce94a5a9a52f1f"
|
||||
SRC_URI[sha256sum] = "c72be92689511ced7c419149c6aaa1b1a9e4dfc6409d1f16ab72cc35bc1e376a"
|
||||
|
||||
PSEUDO_EXTRA_OPTS ?= "--enable-force-async"
|
||||
PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback"
|
||||
|
||||
Reference in New Issue
Block a user