]> code.ossystems Code Review - openembedded-core.git/commitdiff
icu: Fix build on uclibc
authorKhem Raj <raj.khem@gmail.com>
Thu, 24 Jan 2013 05:57:08 +0000 (21:57 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Jan 2013 12:25:36 +0000 (12:25 +0000)
_timezone is not implemented in uclibc therefore
bypass it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/icu/icu.inc

index 1329635817abab7c52795655a7b18fe66606e4ef..64b3edf3ca73811f6d2a1144111121fb2e2fd2c3 100644 (file)
@@ -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