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:56:06 +0000 |
commit | db4f1420ce8a4e61ec4e8f69f4772b0df3a9673a (patch) | |
tree | 4e943d97b7395081f8d3fc7158b74393d57e1db4 /meta/recipes-core | |
parent | 92739edc9da0dea10ccc9d153226cacd6a18ee33 (diff) | |
download | 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/recipes-core')
-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 e33f596b72..da56bc90a1 100644 --- a/meta/recipes-core/glibc/glibc.inc +++ b/meta/recipes-core/glibc/glibc.inc | |||
@@ -88,7 +88,7 @@ do_configure_prepend() { | |||
88 | } | 88 | } |
89 | 89 | ||
90 | do_configure_append() { | 90 | do_configure_append() { |
91 | oe_runmake config | 91 | yes '' | oe_runmake config |
92 | 92 | ||
93 | # Remove quotation marks from OPTION_EGLIBC_NSSWITCH_FIXED_*. This will | 93 | # Remove quotation marks from OPTION_EGLIBC_NSSWITCH_FIXED_*. This will |
94 | # avoid install error. | 94 | # avoid install error. |