[oe-commits] Peter A. Bigot : pseudo: default --without-passwd-fallback

git at git.openembedded.org git at git.openembedded.org
Tue Nov 25 13:03:53 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 899fe3d1d05054a10e4d427810c20ad1e34f916a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=899fe3d1d05054a10e4d427810c20ad1e34f916a

Author: Peter A. Bigot <pab at pabigot.com>
Date:   Fri Oct 31 13:13:19 2014 -0500

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.

Signed-off-by: Peter A. Bigot <pab at pabigot.com>

---

 meta/recipes-devtools/pseudo/pseudo_1.6.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"



More information about the Openembedded-commits mailing list