diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-23 20:01:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-23 21:38:59 +0100 |
commit | 0aed04a49ec13c3331169ca4fd2c820b03faf19c (patch) | |
tree | 52fd047094b82f81ea90367b75dd0eba5ea0e9e2 /meta/conf | |
parent | 78aeee1fcef86d3e191cc01425955378df35201d (diff) | |
download | poky-0aed04a49ec13c3331169ca4fd2c820b03faf19c.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.
(From OE-Core rev: 7743a309017f0fb9286f00b1f6f546ee95c05303)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 9143bdb93d..4deee8934b 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -31,6 +31,9 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | |||
31 | packagegroup-x11-xserver \ | 31 | packagegroup-x11-xserver \ |
32 | systemd-serialgetty \ | 32 | systemd-serialgetty \ |
33 | initscripts \ | 33 | initscripts \ |
34 | shadow \ | ||
35 | shadow-sysroot \ | ||
36 | base-passwd \ | ||
34 | " | 37 | " |
35 | 38 | ||
36 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 39 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |