summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc.inc')
-rw-r--r--meta/recipes-core/eglibc/eglibc.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc
index 40dd6b5847..375b9bc116 100644
--- a/meta/recipes-core/eglibc/eglibc.inc
+++ b/meta/recipes-core/eglibc/eglibc.inc
@@ -75,6 +75,10 @@ do_configure_prepend() {
75 75
76do_configure_append() { 76do_configure_append() {
77 oe_runmake config 77 oe_runmake config
78
79 # Remove quotation marks from OPTION_EGLIBC_NSSWITCH_FIXED_*. This will
80 # avoid install error.
81 sed -i 's/^OPTION_EGLIBC_NSSWITCH_FIXED_\(.*\)="\(.*\)"$/OPTION_EGLIBC_NSSWITCH_FIXED_\1=\2/' option-groups.config
78} 82}
79 83
80GLIBC_ADDONS ?= "ports,nptl,libidn" 84GLIBC_ADDONS ?= "ports,nptl,libidn"