diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-01-09 11:45:02 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-10 17:28:45 +0000 |
commit | 469b134948542a8291984d3bdcaef9537a65a410 (patch) | |
tree | 011befea0a60ac020e9c2056dc10d6c2e9d72c59 | |
parent | c9f68fc709881b1f3763899c3d6fe97884445c56 (diff) | |
download | poky-469b134948542a8291984d3bdcaef9537a65a410.tar.gz |
uclibc: Configure UCLIBC_HAS_WCHAR based on libc-posix-clang-wchar distro feature
(From OE-Core rev: 80e6f9201ffa3b8f52f6d452c8657ec6fda4749c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/uclibc/uclibc-config.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-config.inc b/meta/recipes-core/uclibc/uclibc-config.inc index a30188d209..3de3845984 100644 --- a/meta/recipes-core/uclibc/uclibc-config.inc +++ b/meta/recipes-core/uclibc/uclibc-config.inc | |||
@@ -105,6 +105,7 @@ def features_to_uclibc_settings(d): | |||
105 | uclibc_cfg('ssp', distro_features, 'UCLIBC_HAS_SSP', cnf, rem) | 105 | uclibc_cfg('ssp', distro_features, 'UCLIBC_HAS_SSP', cnf, rem) |
106 | uclibc_cfg('argp', distro_features, 'UCLIBC_HAS_ARGP', cnf, rem) | 106 | uclibc_cfg('argp', distro_features, 'UCLIBC_HAS_ARGP', cnf, rem) |
107 | uclibc_cfg('kernel24', machine_features,'UCLIBC_LINUX_MODULE_24', cnf, rem) | 107 | uclibc_cfg('kernel24', machine_features,'UCLIBC_LINUX_MODULE_24', cnf, rem) |
108 | uclibc_cfg('libc-posix-clang-wchar', distro_features,'UCLIBC_HAS_WCHAR', cnf, rem) | ||
108 | return "\n".join(cnf), "\n".join(rem) | 109 | return "\n".join(cnf), "\n".join(rem) |
109 | # X, Y = ${@features_to_uclibc_settings(d)} | 110 | # X, Y = ${@features_to_uclibc_settings(d)} |
110 | # unfortunately doesn't seem to work with bitbake, workaround: | 111 | # unfortunately doesn't seem to work with bitbake, workaround: |