mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
icu: Fix build on uclibc
_timezone is not implemented in uclibc therefore bypass it. (From OE-Core rev: 8fb1e3b74b01095cbc626497f1a7c71145343af3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user