From: Richard Purdie Date: Tue, 23 Sep 2014 19:01:28 +0000 (+0100) Subject: layer.conf: Add in useradd dependencies as ABISAFE dependencies X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7743a309017f0fb9286f00b1f6f546ee95c05303;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 9143bdb93dd..4deee8934ba 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 += " \