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:29:31 +0000 |
commit | f366fd3f4a3a3d75ca2fabc112ccf068c04a4688 (patch) | |
tree | 41fb8d8a9681ade7c439374d6963345dcc129646 /meta | |
parent | bf41d31185f4306a0f7dba7ad3a3bad8c5e291d2 (diff) | |
download | poky-f366fd3f4a3a3d75ca2fabc112ccf068c04a4688.tar.gz |
icu: Fix build on uclibc
_timezone is not implemented in uclibc therefore
bypass it.
(From OE-Core rev: 8fb1e3b74b01095cbc626497f1a7c71145343af3)
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>
Diffstat (limited to 'meta')
-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}" | |||
11 | 11 | ||
12 | PARALLEL_MAKE = "" | 12 | PARALLEL_MAKE = "" |
13 | FULL_OPTIMIZATION_arm = "-Os" | 13 | FULL_OPTIMIZATION_arm = "-Os" |
14 | CPPFLAGS_append_libc-uclibc = " -DU_TIMEZONE=0" | ||
14 | 15 | ||
15 | inherit autotools pkgconfig binconfig | 16 | inherit autotools pkgconfig binconfig |
16 | 17 | ||