diff options
author | Benjamin Esquivel <benjamin.esquivel@linux.intel.com> | 2015-03-18 12:21:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-20 23:54:51 +0000 |
commit | deb06c96dccdbc6da0f301653e9781ce2fe8173d (patch) | |
tree | e937e04125410bcd6740ccce97c711cdec84805a /meta/recipes-core/glibc | |
parent | bbaf97ba38329b5221e6d4d0d18f20e6b7d6fd91 (diff) | |
download | openembedded-core-contrib-deb06c96dccdbc6da0f301653e9781ce2fe8173d.tar.gz |
glibc: avoid configure stall by feeding prompt
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>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r-- | meta/recipes-core/glibc/glibc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc index e33f596b72b..da56bc90a1d 100644 --- a/meta/recipes-core/glibc/glibc.inc +++ b/meta/recipes-core/glibc/glibc.inc @@ -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. |