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>
This commit is contained in:
Khem Raj
2012-09-06 15:19:18 -07:00
committed by Richard Purdie
parent 607a3d57c5
commit 3cfc70fc27
4 changed files with 9 additions and 3 deletions

View File

@@ -56,6 +56,10 @@ do_configure_prepend() {
echo '${OE_FEATURES}' > ${B}/option-groups.config
}
do_configure_append() {
oe_runmake config
}
GLIBC_ADDONS ?= "ports,nptl,libidn"
SDK_GLIBC_ADDONS ?= "ports,nptl,libidn"
GLIBC_ADDONS_virtclass-nativesdk = "${SDK_GLIBC_ADDONS}"