summaryrefslogtreecommitdiffstats
path: root/meta/site
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-22 21:47:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-23 22:51:25 +0000
commitd340067a21e2aac3bf918d07b8c1280b2466fb98 (patch)
tree76a9cad75b5fc4adbd3788f523d0989e1819bd44 /meta/site
parent5fdfa9e3cdcc316548414573437c751c57cc76dc (diff)
downloadpoky-d340067a21e2aac3bf918d07b8c1280b2466fb98.tar.gz
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>
Diffstat (limited to 'meta/site')
-rw-r--r--meta/site/common-linux3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/site/common-linux b/meta/site/common-linux
index 1c1fdafbb0..8f23adeab4 100644
--- a/meta/site/common-linux
+++ b/meta/site/common-linux
@@ -1,6 +1,9 @@
1# gettext - these add sleep delays otherwise 1# gettext - these add sleep delays otherwise
2gl_cv_func_sleep_works=${gl_cv_func_sleep_works=yes} 2gl_cv_func_sleep_works=${gl_cv_func_sleep_works=yes}
3gl_cv_header_working_fcntl_h=${gl_cv_header_working_fcntl_h=yes} 3gl_cv_header_working_fcntl_h=${gl_cv_header_working_fcntl_h=yes}
4# the euc-jp tests in iconv.m4 break elfutils and libunistring depending on the
5# host locales installed. Avoid this by skipping the tests, we're not on HP-UX!
6am_cv_func_iconv_works=${am_cv_func_iconv_works=yes}
4 7
5# apr 8# apr
6ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes} 9ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}