From 8fb1e3b74b01095cbc626497f1a7c71145343af3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 23 Jan 2013 21:57:08 -0800 Subject: icu: Fix build on uclibc _timezone is not implemented in uclibc therefore bypass it. Signed-off-by: Khem Raj Signed-off-by: Saul Wold --- meta/recipes-support/icu/icu.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/icu') 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 -- cgit 1.2.3-korg