* [PATCH] layer.conf: Add in useradd dependencies as ABISAFE dependencies
@ 2014-09-23 19:01 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-09-23 19:01 UTC (permalink / raw)
To: openembedded-core
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@linuxfoundation.org>
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 += " \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-23 19:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-23 19:01 [PATCH] layer.conf: Add in useradd dependencies as ABISAFE dependencies Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox