From 0306b6122a34579673ab89fa4869d577995af960 Mon Sep 17 00:00:00 2001 From: Steffen Sledz Date: Thu, 25 Sep 2014 14:17:55 +0200 Subject: [PATCH] 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 Signed-off-by: Steffen Sledz Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 4 ++++ 1 file changed, 4 insertions(+) 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 += " \ udev-extraconf \ packagegroup-x11-xserver \ systemd-serialgetty \ + initscripts \ + shadow \ + shadow-sysroot \ + base-passwd \ " -- 2.40.1