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 02f3c7a959..29e303fafd 100644
--- a/meta/recipes-core/eglibc/eglibc.inc
+++ b/meta/recipes-core/eglibc/eglibc.inc
@@ -56,6 +56,10 @@ do_configure_prepend() {
56 echo '${OE_FEATURES}' > ${B}/option-groups.config 56 echo '${OE_FEATURES}' > ${B}/option-groups.config
57} 57}
58 58
59do_configure_append() {
60 oe_runmake config
61}
62
59GLIBC_ADDONS ?= "ports,nptl,libidn" 63GLIBC_ADDONS ?= "ports,nptl,libidn"
60SDK_GLIBC_ADDONS ?= "ports,nptl,libidn" 64SDK_GLIBC_ADDONS ?= "ports,nptl,libidn"
61GLIBC_ADDONS_virtclass-nativesdk = "${SDK_GLIBC_ADDONS}" 65GLIBC_ADDONS_virtclass-nativesdk = "${SDK_GLIBC_ADDONS}"