[oe-commits] Benjamin Esquivel : glibc: avoid configure stall by feeding prompt

git at git.openembedded.org git at git.openembedded.org
Fri Mar 20 23:56:25 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: deb06c96dccdbc6da0f301653e9781ce2fe8173d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=deb06c96dccdbc6da0f301653e9781ce2fe8173d

Author: Benjamin Esquivel <benjamin.esquivel at linux.intel.com>
Date:   Wed Mar 18 12:21:33 2015 +0000

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 at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-core/glibc/glibc.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.



More information about the Openembedded-commits mailing list