mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
site/elfutils/libunistring: Drop patching for iconv and set in site file
The standard macros from gettext for iconv include problematic tests which we've been patching out adhoc. Stop doing this and set results in the site files instead which is simpler, more maintainable and peforms better too as an added bonus. (From OE-Core rev: 5a3bfdc4af18302cf0e3ea5802fdfefaa7235657) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# gettext - these add sleep delays otherwise
|
||||
gl_cv_func_sleep_works=${gl_cv_func_sleep_works=yes}
|
||||
gl_cv_header_working_fcntl_h=${gl_cv_header_working_fcntl_h=yes}
|
||||
# the euc-jp tests in iconv.m4 break elfutils and libunistring depending on the
|
||||
# host locales installed. Avoid this by skipping the tests, we're not on HP-UX!
|
||||
am_cv_func_iconv_works=${am_cv_func_iconv_works=yes}
|
||||
|
||||
# apr
|
||||
ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
|
||||
|
||||
Reference in New Issue
Block a user