diff options
author | Peter A. Bigot <pab@pabigot.com> | 2014-10-31 13:13:19 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-25 13:03:30 +0000 |
commit | 4ad0821c84953175f7ad6b544cb2074da59968e4 (patch) | |
tree | ae753cbdf3c9159914163b081c27275fabf23034 /meta | |
parent | d1434d97f505fb40eb4206cf07704da4d2c66153 (diff) | |
download | ast2050-yocto-poky-4ad0821c84953175f7ad6b544cb2074da59968e4.zip ast2050-yocto-poky-4ad0821c84953175f7ad6b544cb2074da59968e4.tar.gz |
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)
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_1.6.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.6.2.bb b/meta/recipes-devtools/pseudo/pseudo_1.6.2.bb index 78eeedf..fb85f89 100644 --- a/meta/recipes-devtools/pseudo/pseudo_1.6.2.bb +++ b/meta/recipes-devtools/pseudo/pseudo_1.6.2.bb @@ -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" |