diff options
Diffstat (limited to 'meta/recipes-support/icu/icu.inc')
-rw-r--r-- | meta/recipes-support/icu/icu.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc index f0786baa03..e20085fbf5 100644 --- a/meta/recipes-support/icu/icu.inc +++ b/meta/recipes-support/icu/icu.inc | |||
@@ -19,7 +19,9 @@ BINCONFIG = "${bindir}/icu-config" | |||
19 | 19 | ||
20 | ICU_MAJOR_VER = "${@d.getVar('PV').split('.')[0]}" | 20 | ICU_MAJOR_VER = "${@d.getVar('PV').split('.')[0]}" |
21 | 21 | ||
22 | inherit autotools pkgconfig binconfig | 22 | inherit autotools pkgconfig binconfig multilib_script |
23 | |||
24 | MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/icu-config" | ||
23 | 25 | ||
24 | # ICU needs the native build directory as an argument to its --with-cross-build option when | 26 | # ICU needs the native build directory as an argument to its --with-cross-build option when |
25 | # cross-compiling. Taken the situation that different builds may share a common sstate-cache | 27 | # cross-compiling. Taken the situation that different builds may share a common sstate-cache |