[OE-core] [PATCH] glibc: avoid configure stall by feeding prompt

Khem Raj raj.khem at gmail.com
Wed Mar 18 20:29:46 UTC 2015


That's ok
On Mar 18, 2015 1:28 PM, "Benjamin Esquivel" <
benjamin.esquivel at linux.intel.com> wrote:

> Addresses a stall (by prompt) condition of the run.do_configure at when
> executed directly from the workdir, like when using the devshell.
>
> [YOCTO 7369]
>
> Signed-off-by: Benjamin Esquivel <benjamin.esquivel at linux.intel.com>
> ---
>  meta/recipes-core/glibc/glibc.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/glibc/glibc.inc
> b/meta/recipes-core/glibc/glibc.inc
> index 767d4b8..835f4ae 100644
> --- a/meta/recipes-core/glibc/glibc.inc
> +++ b/meta/recipes-core/glibc/glibc.inc
> @@ -82,7 +82,7 @@ do_configure_prepend() {
>  }
>
>  do_configure_append() {
> -       oe_runmake config
> +       yes '' | oe_runmake config
>
>         # Remove quotation marks from OPTION_EGLIBC_NSSWITCH_FIXED_*. This
> will
>         # avoid install error.
> --
> 1.8.4.5
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150318/39925401/attachment-0002.html>


More information about the Openembedded-core mailing list