From: "Yu, Mingli" <mingli.yu@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH v3 1/2] gettext-minimal: Disable the unnecessary check in iconv.m4
Date: Mon, 22 Mar 2021 15:51:02 +0800 [thread overview]
Message-ID: <20210322075103.9694-1-mingli.yu@windriver.com> (raw)
In-Reply-To: <166D65C2E097270E.28077@lists.openembedded.org>
From: Mingli Yu <mingli.yu@windriver.com>
The below m4 macros files shipped with recipe will be removed if the
recipe use AM_GNU_GETTEXT.
gettext.m4
iconv.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
nls.m4 po.m4
progtest.m4
After elfutils upgrades to 0.183, it begins to use AM_GNU_GETTEXT as the
commit (dd52d2ab Modernize gettext infrastructure) included, so the above
m4 macros files such as iconv.m4 is removed and it's bad as we need to
patch against iconv.m4 shipped with elfutils.
BTW, the logic to Disable the unnecessary check in iconv.m4 comes since
2015 as [1], so move the related logic to gettext-minimal which provides
iconv.m4 now to fix the gap.
[1] https://git.openembedded.org/openembedded-core/commit/?id=3dd269e027fda173ee40d671ea47da22300fd51d
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/iconv.m4 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/iconv.m4 b/meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/iconv.m4
index e593b7270a..e04476bb7f 100644
--- a/meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/iconv.m4
+++ b/meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/iconv.m4
@@ -166,6 +166,7 @@ AC_DEFUN([AM_ICONV_LINK],
}
}
#endif
+#if 0
/* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
provided. */
{
@@ -189,6 +190,7 @@ AC_DEFUN([AM_ICONV_LINK],
if (cd4 != (iconv_t)(-1))
iconv_close (cd4);
}
+#endif
return result;
]])],
[am_cv_func_iconv_works=yes], ,
--
2.17.1
next parent reply other threads:[~2021-03-22 7:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <166D65C2E097270E.28077@lists.openembedded.org>
2021-03-22 7:51 ` Yu, Mingli [this message]
2021-03-22 7:51 ` [PATCH v3 2/2] elfutils: remove 0004-Disable-the-test-to-convert-euc-jp.patch Yu, Mingli
2021-03-22 8:29 ` [OE-core] [PATCH v3 1/2] gettext-minimal: Disable the unnecessary check in iconv.m4 Alexander Kanavin
2021-03-22 8:47 ` Yu, Mingli
2021-03-22 15:24 ` Richard Purdie
2021-03-23 6:25 ` Yu, Mingli
2021-03-23 11:11 ` Richard Purdie
2021-03-24 6:30 ` Yu, Mingli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210322075103.9694-1-mingli.yu@windriver.com \
--to=mingli.yu@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.