mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02: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: 0306b6122a34579673ab89fa4869d577995af960) 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>
This commit is contained in:
committed by
Richard Purdie
parent
9fee4d138b
commit
3a93bfe1c7
@@ -30,4 +30,8 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
|
||||
udev-extraconf \
|
||||
packagegroup-x11-xserver \
|
||||
systemd-serialgetty \
|
||||
initscripts \
|
||||
shadow \
|
||||
shadow-sysroot \
|
||||
base-passwd \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user