[OE-core] [PATCH] useradd: Add setscene dep on pseudo-native

Jate Sujjavanich jatedev at gmail.com
Fri Aug 15 15:41:10 UTC 2014


Ping


On Sun, Aug 10, 2014 at 5:00 PM, Jate Sujjavanich <jatedev at gmail.com> wrote:

> A recipe will sometimes be rebuilt unnecessarily if it adds users via
> useradd and the pseudo-native task has not been populated.
>
> This patch adds the correct dependency.
>
> Signed-off-by: Jate Sujjavanich <jatedev at gmail.com>
> ---
>  meta/classes/useradd.bbclass |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass
> index ea15dab..3b70e80 100644
> --- a/meta/classes/useradd.bbclass
> +++ b/meta/classes/useradd.bbclass
> @@ -126,7 +126,7 @@ SYSROOTPOSTFUNC_class-cross = ""
>  SYSROOTPOSTFUNC_class-native = ""
>  SYSROOTPOSTFUNC_class-nativesdk = ""
>
> -USERADDSETSCENEDEPS =
> "${MLPREFIX}base-passwd:do_populate_sysroot_setscene
> shadow-native:do_populate_sysroot_setscene
> ${MLPREFIX}shadow-sysroot:do_populate_sysroot_setscene"
> +USERADDSETSCENEDEPS =
> "${MLPREFIX}base-passwd:do_populate_sysroot_setscene
> pseudo-native:do_populate_sysroot_setscene
> shadow-native:do_populate_sysroot_setscene
> ${MLPREFIX}shadow-sysroot:do_populate_sysroot_setscene"
>  USERADDSETSCENEDEPS_class-cross = ""
>  USERADDSETSCENEDEPS_class-native = ""
>  USERADDSETSCENEDEPS_class-nativesdk = ""
> --
> 1.7.9.5
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20140815/508183b7/attachment-0002.html>


More information about the Openembedded-core mailing list