summaryrefslogtreecommitdiffstats
path: root/meta
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:56:06 +0000
commitdb4f1420ce8a4e61ec4e8f69f4772b0df3a9673a (patch)
tree4e943d97b7395081f8d3fc7158b74393d57e1db4 /meta
parent92739edc9da0dea10ccc9d153226cacd6a18ee33 (diff)
downloadast2050-yocto-poky-db4f1420ce8a4e61ec4e8f69f4772b0df3a9673a.zip
ast2050-yocto-poky-db4f1420ce8a4e61ec4e8f69f4772b0df3a9673a.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] (From OE-Core rev: deb06c96dccdbc6da0f301653e9781ce2fe8173d) Signed-off-by: Benjamin Esquivel <benjamin.esquivel@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 e33f596..da56bc9 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.
OpenPOWER on IntegriCloud