From: Khem Raj Date: Thu, 24 Jan 2013 05:57:08 +0000 (-0800) Subject: icu: Fix build on uclibc X-Git-Tag: 2015-4~7841 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8fb1e3b74b01095cbc626497f1a7c71145343af3;p=openembedded-core.git icu: Fix build on uclibc _timezone is not implemented in uclibc therefore bypass it. Signed-off-by: Khem Raj Signed-off-by: Saul Wold --- 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