]> code.ossystems Code Review - openembedded-core.git/commitdiff
glibc: avoid configure stall by feeding prompt
authorBenjamin Esquivel <benjamin.esquivel@linux.intel.com>
Wed, 18 Mar 2015 12:21:33 +0000 (12:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 23:54:51 +0000 (23:54 +0000)
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>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/glibc/glibc.inc

index e33f596b72ba38470df5027a7b7ebc9ae5810f2e..da56bc90a1d90ed4ce571f3d5a5540c7a9a12417 100644 (file)
@@ -88,7 +88,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.