aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Esquivel <benjamin.esquivel@linux.intel.com>2015-03-18 12:21:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-20 23:54:51 +0000
commitdeb06c96dccdbc6da0f301653e9781ce2fe8173d (patch)
treee937e04125410bcd6740ccce97c711cdec84805a
parentbbaf97ba38329b5221e6d4d0d18f20e6b7d6fd91 (diff)
downloadopenembedded-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>
-rw-r--r--meta/recipes-core/glibc/glibc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc
index e33f596b72..da56bc90a1 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.