mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 10:40:57 +00:00
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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
78aeee1fce
commit
0aed04a49e
@ -31,6 +31,9 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
|
||||
packagegroup-x11-xserver \
|
||||
systemd-serialgetty \
|
||||
initscripts \
|
||||
shadow \
|
||||
shadow-sysroot \
|
||||
base-passwd \
|
||||
"
|
||||
|
||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user