From 469b134948542a8291984d3bdcaef9537a65a410 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 9 Jan 2012 11:45:02 -0800 Subject: uclibc: Configure UCLIBC_HAS_WCHAR based on libc-posix-clang-wchar distro feature (From OE-Core rev: 80e6f9201ffa3b8f52f6d452c8657ec6fda4749c) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/uclibc/uclibc-config.inc | 1 + 1 file changed, 1 insertion(+) 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): 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: -- cgit v1.2.3-54-g00ecf