]> code.ossystems Code Review - openembedded-core.git/commitdiff
uclibc: Configure UCLIBC_HAS_WCHAR based on libc-posix-clang-wchar distro feature
authorKhem Raj <raj.khem@gmail.com>
Mon, 9 Jan 2012 19:45:02 +0000 (11:45 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Jan 2012 17:28:28 +0000 (17:28 +0000)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-core/uclibc/uclibc-config.inc

index a30188d209da7ee940348cf4b96d34aa1a132750..3de384598410e1d362074af27f4e81ffbe37a096 100644 (file)
@@ -105,6 +105,7 @@ def features_to_uclibc_settings(d):
        uclibc_cfg('ssp',       distro_features, 'UCLIBC_HAS_SSP', cnf, rem)
        uclibc_cfg('argp',       distro_features, 'UCLIBC_HAS_ARGP', cnf, rem)
        uclibc_cfg('kernel24',  machine_features,'UCLIBC_LINUX_MODULE_24', cnf, rem)
+       uclibc_cfg('libc-posix-clang-wchar',  distro_features,'UCLIBC_HAS_WCHAR', cnf, rem)
        return "\n".join(cnf), "\n".join(rem)
 # X, Y = ${@features_to_uclibc_settings(d)}
 # unfortunately doesn't seem to work with bitbake, workaround: