[OE-core] [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies

Denys Dmytriyenko denis at denix.org
Wed Oct 1 00:55:20 UTC 2014


On Thu, Sep 25, 2014 at 02:17:55PM +0200, Steffen Sledz wrote:
> 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 <richard.purdie at linuxfoundation.org>
> Signed-off-by: Steffen Sledz <sledz at dresearch-fe.de>
> ---
>  meta/conf/layer.conf | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
> index 18609dd..a764ee0 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 \                                                                                                                                                                                                                                    

This line above ^^^^ has a very long trail of whitespaces and it got commited 
that way, unfortunately :(


> +  shadow \
> +  shadow-sysroot \
> +  base-passwd \
>  "
> -- 
> 2.1.1
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list