diff options
author | Steffen Sledz <sledz@dresearch-fe.de> | 2014-09-25 14:17:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-29 17:58:34 +0100 |
commit | 3a93bfe1c7834805bd4aa4a5442cecd0cb64115b (patch) | |
tree | f9fdc29d0538acbce86223b8954b3c141f8994df /meta/conf | |
parent | 9fee4d138bbb66da8ec92ee86c9d7420721693d5 (diff) | |
download | poky-3a93bfe1c7834805bd4aa4a5442cecd0cb64115b.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: 0306b6122a34579673ab89fa4869d577995af960)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/layer.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 18609ddc5c..a764ee0481 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -30,4 +30,8 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | |||
30 | udev-extraconf \ | 30 | udev-extraconf \ |
31 | packagegroup-x11-xserver \ | 31 | packagegroup-x11-xserver \ |
32 | systemd-serialgetty \ | 32 | systemd-serialgetty \ |
33 | initscripts \ | ||
34 | shadow \ | ||
35 | shadow-sysroot \ | ||
36 | base-passwd \ | ||
33 | " | 37 | " |