From a4c29153c7ffef024b31e7e3a197a09758a7beb4 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Wed, 9 May 2018 14:46:45 -0700 Subject: icu: move ASNEEDED over-ride into icu.inc Move the recipe specific over-ride for ASNEEDED into the recipe to make it more apparent that the over-ride is being applied (and that it should be re-checked on version updates, etc). Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- meta/recipes-support/icu/icu.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-support/icu') diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc index 983118cd61..f0786baa03 100644 --- a/meta/recipes-support/icu/icu.inc +++ b/meta/recipes-support/icu/icu.inc @@ -31,6 +31,8 @@ EXTRA_OECONF_class-nativesdk = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}" EXTRA_OECONF_append_class-target = "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'be', ' --with-data-packaging=archive', '', d)}" TARGET_CXXFLAGS_append = "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'be', ' -DICU_DATA_DIR=\\""${datadir}/${BPN}/${PV}\\""', '', d)}" +ASNEEDED = "" + # strtod_l() is not supported by musl; also xlocale.h is missing # It is not possible to disable its use via configure switches or env vars # so monkey patching is needed. -- cgit 1.2.3-korg