diff options
-rw-r--r-- | meta/recipes-support/icu/icu_76-1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/icu/icu_76-1.bb b/meta/recipes-support/icu/icu_76-1.bb index f0890fc890..f11e72d356 100644 --- a/meta/recipes-support/icu/icu_76-1.bb +++ b/meta/recipes-support/icu/icu_76-1.bb | |||
@@ -20,9 +20,9 @@ inherit autotools pkgconfig github-releases | |||
20 | # ICU needs the native build directory as an argument to its --with-cross-build option when | 20 | # ICU needs the native build directory as an argument to its --with-cross-build option when |
21 | # cross-compiling. Taken the situation that different builds may share a common sstate-cache | 21 | # cross-compiling. Taken the situation that different builds may share a common sstate-cache |
22 | # into consideration, the native build directory needs to be staged. | 22 | # into consideration, the native build directory needs to be staged. |
23 | EXTRA_OECONF = "--with-cross-build=${STAGING_ICU_DIR_NATIVE} --disable-icu-config" | 23 | EXTRA_OECONF = "--with-cross-build=${STAGING_ICU_DIR_NATIVE} --disable-icu-config ac_cv_path_install='install -c'" |
24 | EXTRA_OECONF:class-native = "--disable-icu-config" | 24 | EXTRA_OECONF:class-native = "--disable-icu-config ac_cv_path_install='install -c'" |
25 | EXTRA_OECONF:class-nativesdk = "--with-cross-build=${STAGING_ICU_DIR_NATIVE} --disable-icu-config" | 25 | EXTRA_OECONF:class-nativesdk = "--with-cross-build=${STAGING_ICU_DIR_NATIVE} --disable-icu-config ac_cv_path_install='install -c'" |
26 | 26 | ||
27 | EXTRA_OECONF:append:class-target = "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'be', ' --with-data-packaging=archive', '', d)}" | 27 | EXTRA_OECONF:append:class-target = "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'be', ' --with-data-packaging=archive', '', d)}" |
28 | TARGET_CXXFLAGS:append = "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'be', ' -DICU_DATA_DIR=\\""${datadir}/${BPN}/${@icu_install_folder(d)}\\""', '', d)}" | 28 | TARGET_CXXFLAGS:append = "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'be', ' -DICU_DATA_DIR=\\""${datadir}/${BPN}/${@icu_install_folder(d)}\\""', '', d)}" |