[oe-commits] Khem Raj : icu: Fix build on uclibc

git at git.openembedded.org git at git.openembedded.org
Wed Jan 30 14:00:43 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 8fb1e3b74b01095cbc626497f1a7c71145343af3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8fb1e3b74b01095cbc626497f1a7c71145343af3

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Jan 23 21:57:08 2013 -0800

icu: Fix build on uclibc

_timezone is not implemented in uclibc therefore
bypass it.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 1329635..64b3edf 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
 





More information about the Openembedded-commits mailing list