mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
92739edc9d
commit
db4f1420ce
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user