diff options
Diffstat (limited to 'meta/recipes-support/icu/icu.inc')
-rw-r--r-- | meta/recipes-support/icu/icu.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc index c592f85911..77321076d5 100644 --- a/meta/recipes-support/icu/icu.inc +++ b/meta/recipes-support/icu/icu.inc | |||
@@ -12,6 +12,8 @@ STAGING_ICU_DIR_NATIVE = "${STAGING_DATADIR_NATIVE}/${BPN}/${PV}" | |||
12 | PARALLEL_MAKE = "" | 12 | PARALLEL_MAKE = "" |
13 | CPPFLAGS_append_libc-uclibc = " -DU_TIMEZONE=0" | 13 | CPPFLAGS_append_libc-uclibc = " -DU_TIMEZONE=0" |
14 | 14 | ||
15 | BINCONFIG = "${bindir}/icu-config" | ||
16 | |||
15 | inherit autotools pkgconfig binconfig | 17 | inherit autotools pkgconfig binconfig |
16 | 18 | ||
17 | # ICU needs the native build directory as an argument to its --with-cross-build option when | 19 | # ICU needs the native build directory as an argument to its --with-cross-build option when |