[oe-commits] Richard Purdie : layer.conf: Add in useradd dependencies as ABISAFE dependencies

git at git.openembedded.org git at git.openembedded.org
Tue Sep 23 19:36:36 UTC 2014


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Sep 23 20:01:28 2014 +0100

layer.conf: Add in useradd dependencies as ABISAFE dependencies

Currently allarch recipes using useradd rebuild each time MACHINE
changes which is not desireable. Adding the useradd dependencies
to this list ensures they do not change under these circumstances.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/layer.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 9143bdb..4deee89 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -31,6 +31,9 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   packagegroup-x11-xserver \
   systemd-serialgetty \
   initscripts \
+  shadow \
+  shadow-sysroot \
+  base-passwd \
 "
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \



More information about the Openembedded-commits mailing list