]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: Add in useradd dependencies as ABISAFE dependencies
authorSteffen Sledz <sledz@dresearch-fe.de>
Thu, 25 Sep 2014 12:17:55 +0000 (14:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Sep 2014 16:58:05 +0000 (17:58 +0100)
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>
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/layer.conf

index 18609ddc5c4b7a20744af66d44eb5b20c5892a1a..a764ee0481965b7f32ad105e79acd4f83d3922fb 100644 (file)
@@ -30,4 +30,8 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   udev-extraconf \
   packagegroup-x11-xserver \
   systemd-serialgetty \
+  initscripts \                                                                                                                                                                                                                                    
+  shadow \
+  shadow-sysroot \
+  base-passwd \
 "