diff options
-rw-r--r-- | meta/recipes-core/eglibc/eglibc.inc | 4 |
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 | ||
76 | do_configure_append() { | 76 | do_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 | ||
80 | GLIBC_ADDONS ?= "ports,nptl,libidn" | 84 | GLIBC_ADDONS ?= "ports,nptl,libidn" |