From: Benjamin Esquivel Date: Wed, 18 Mar 2015 12:21:33 +0000 (+0000) Subject: glibc: avoid configure stall by feeding prompt X-Git-Tag: 2015-4~91 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=deb06c96dccdbc6da0f301653e9781ce2fe8173d;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- 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.