From 0aed04a49ec13c3331169ca4fd2c820b03faf19c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 23 Sep 2014 20:01:28 +0100 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. (From OE-Core rev: 7743a309017f0fb9286f00b1f6f546ee95c05303) Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) 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 += " \ packagegroup-x11-xserver \ systemd-serialgetty \ initscripts \ + shadow \ + shadow-sysroot \ + base-passwd \ " SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \