diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-01-23 21:57:08 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-28 12:25:36 +0000 |
commit | 8fb1e3b74b01095cbc626497f1a7c71145343af3 (patch) | |
tree | 44c25369afd5e9cfc12e22c583135466ffbe6ae3 | |
parent | 606d1245cfa23bd51240af5112dc2e5257efbed1 (diff) | |
download | openembedded-core-8fb1e3b74b01095cbc626497f1a7c71145343af3.tar.gz openembedded-core-8fb1e3b74b01095cbc626497f1a7c71145343af3.tar.bz2 openembedded-core-8fb1e3b74b01095cbc626497f1a7c71145343af3.zip |
icu: Fix build on uclibc
_timezone is not implemented in uclibc therefore
bypass it.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-support/icu/icu.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc index 1329635817..64b3edf3ca 100644 --- a/meta/recipes-support/icu/icu.inc +++ b/meta/recipes-support/icu/icu.inc @@ -11,6 +11,7 @@ STAGING_ICU_DIR_NATIVE = "${STAGING_DATADIR_NATIVE}/${BPN}/${PV}" PARALLEL_MAKE = "" FULL_OPTIMIZATION_arm = "-Os" +CPPFLAGS_append_libc-uclibc = " -DU_TIMEZONE=0" inherit autotools pkgconfig binconfig |