summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-09-06 15:19:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-10 13:01:50 +0100
commit3cfc70fc27c8db79b1f35ca4e1e746fb83ca360f (patch)
tree3f19527c1515b01dcdcfd966d918980fedb501d5 /meta/recipes-core/eglibc/eglibc.inc
parent607a3d57c5dfa38718b8c8a7d7a58d568f10a6f6 (diff)
downloadpoky-3cfc70fc27c8db79b1f35ca4e1e746fb83ca360f.tar.gz
eglibc: Enable kconfig for option management
(From OE-Core rev: 13e2ccf6f4e71d674583894750f70865ebe5e4d1) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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}"