All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glibc: avoid configure stall by feeding prompt
@ 2015-03-18 12:21 Benjamin Esquivel
  2015-03-18 20:29 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Esquivel @ 2015-03-18 12:21 UTC (permalink / raw)
  To: openembedded-core; +Cc: khem.raj

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@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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] glibc: avoid configure stall by feeding prompt
  2015-03-18 12:21 [PATCH] glibc: avoid configure stall by feeding prompt Benjamin Esquivel
@ 2015-03-18 20:29 ` Khem Raj
  2015-03-19 14:21   ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2015-03-18 20:29 UTC (permalink / raw)
  To: Benjamin Esquivel
  Cc: Khemraj Sharma, Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1154 bytes --]

That's ok
On Mar 18, 2015 1:28 PM, "Benjamin Esquivel" <
benjamin.esquivel@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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 1716 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] glibc: avoid configure stall by feeding prompt
  2015-03-18 20:29 ` Khem Raj
@ 2015-03-19 14:21   ` Burton, Ross
  2015-03-19 23:44     ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2015-03-19 14:21 UTC (permalink / raw)
  To: Khem Raj; +Cc: Khemraj Sharma, Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

Hi Khem,

On 18 March 2015 at 22:29, Khem Raj <raj.khem@gmail.com> wrote:

> That's ok
>

Does this complement, replace, or is obsoleted by the patch from you that
does the same yes| trick but at a different stage?

Ross

[-- Attachment #2: Type: text/html, Size: 649 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] glibc: avoid configure stall by feeding prompt
  2015-03-19 14:21   ` Burton, Ross
@ 2015-03-19 23:44     ` Khem Raj
  2015-03-20 14:13       ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2015-03-19 23:44 UTC (permalink / raw)
  To: Burton, Ross
  Cc: Khemraj Sharma, Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 399 bytes --]


> On Mar 19, 2015, at 7:21 AM, Burton, Ross <ross.burton@intel.com> wrote:
> 
> Hi Khem,
> 
> On 18 March 2015 at 22:29, Khem Raj <raj.khem@gmail.com <mailto:raj.khem@gmail.com>> wrote:
> That's ok
> 
> 
> Does this complement, replace, or is obsoleted by the patch from you that does the same yes| trick but at a different stage?
> 

it replaces mine and is a better fix.

> Ross


[-- Attachment #2: Type: text/html, Size: 1402 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] glibc: avoid configure stall by feeding prompt
  2015-03-19 23:44     ` Khem Raj
@ 2015-03-20 14:13       ` Burton, Ross
  0 siblings, 0 replies; 5+ messages in thread
From: Burton, Ross @ 2015-03-20 14:13 UTC (permalink / raw)
  To: Khem Raj; +Cc: Khemraj Sharma, Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 135 bytes --]

On 20 March 2015 at 01:44, Khem Raj <raj.khem@gmail.com> wrote:

> it replaces mine and is a better fix.
>

Thanks Khem.

Ross

[-- Attachment #2: Type: text/html, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-20 14:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-18 12:21 [PATCH] glibc: avoid configure stall by feeding prompt Benjamin Esquivel
2015-03-18 20:29 ` Khem Raj
2015-03-19 14:21   ` Burton, Ross
2015-03-19 23:44     ` Khem Raj
2015-03-20 14:13       ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.