[OE-core] [PATCH] glibc: Fix kconfig to work in non interactive mode

Khem Raj raj.khem at gmail.com
Wed Mar 18 06:06:58 UTC 2015


For glibc kconfig patch that we have we have three options implemented
defconfig, config and menuconfig
config is what we use and it calls conf program with --oldaskconfig
option which is suppose to behave as expected waiting for inputs from
line oriented program

[YOCTO #6614]

Change-Id: Icb74b0343d57dcbfae5122b0c772d260481ee125
Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta/recipes-core/glibc/glibc_2.21.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/glibc/glibc_2.21.bb b/meta/recipes-core/glibc/glibc_2.21.bb
index d2e69c4..f57e3f9 100644
--- a/meta/recipes-core/glibc/glibc_2.21.bb
+++ b/meta/recipes-core/glibc/glibc_2.21.bb
@@ -111,7 +111,7 @@ do_configure () {
         fi
         (cd ${S} && gnu-configize) || die "failure in running gnu-configize"
         find ${S} -name "configure" | xargs touch
-        CPPFLAGS="" oe_runconf
+        yes '' | CPPFLAGS="" oe_runconf
 }
 
 rpcsvc = "bootparam_prot.x nlm_prot.x rstat.x \
-- 
2.1.4




More information about the Openembedded-core mailing list