aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-23 20:01:28 +0100
committerAndreas Oberritter <obi@opendreambox.org>2015-02-23 17:15:47 +0100
commit1abb540a31b6887108be0c181ddacf3735e87965 (patch)
tree6ed98c77240e1b5f5b44a1ecd807eda6547191b8
parenta5d59c80cb85556e83be834222eb81196876493c (diff)
downloadopenembedded-core-contrib-1abb540a31b6887108be0c181ddacf3735e87965.tar.gz
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@linuxfoundation.org> (cherry picked from commit 7743a309017f0fb9286f00b1f6f546ee95c05303) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta/conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 148ab70209..da680d4147 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 += " \