mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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). (From OE-Core rev: a4c29153c7ffef024b31e7e3a197a09758a7beb4) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6c2ae5900d
commit
08cdb50847
@@ -2,7 +2,6 @@
|
||||
ASNEEDED = "-Wl,--as-needed"
|
||||
|
||||
ASNEEDED_pn-openobex = ""
|
||||
ASNEEDED_pn-icu = ""
|
||||
ASNEEDED_pn-pciutils = ""
|
||||
ASNEEDED_pn-puzzles = ""
|
||||
ASNEEDED_pn-rpm = ""
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user