[oe-commits] Khem Raj : glibc: Fix kconfig to work in non interactive mode

git at git.openembedded.org git at git.openembedded.org
Fri Mar 20 11:10:14 UTC 2015


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Mar 18 06:06:58 2015 +0000

glibc: Fix kconfig to work in non interactive mode

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>
Signed-off-by: Ross Burton <ross.burton at intel.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 91feff5..f850f8c 100644
--- a/meta/recipes-core/glibc/glibc_2.21.bb
+++ b/meta/recipes-core/glibc/glibc_2.21.bb
@@ -119,7 +119,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 \



More information about the Openembedded-commits mailing list