From patchwork Thu Jan 24 21:07:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [06/11] icu: Fix build on uclibc Date: Thu, 24 Jan 2013 21:07:27 -0000 From: Khem Raj X-Patchwork-Id: 43325 Message-Id: <45571588d782a288bde39e2e6c19b8306e9e6625.1359061155.git.raj.khem@gmail.com> To: openembedded-core@lists.openembedded.org _timezone is not implemented in uclibc therefore bypass it. Signed-off-by: Khem Raj --- meta/recipes-support/icu/icu.inc | 1 + 1 file changed, 1 insertion(+) 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