]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gettext: fix a parallel build issue
authorChangqing Li <changqing.li@windriver.com>
Tue, 28 May 2024 09:11:07 +0000 (17:11 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 May 2024 08:04:11 +0000 (09:04 +0100)
commite18fc96f9d4c0a0525c21371d3f36e8dfe008b35
tree92f6393041c6a9ceab19823aa7dce0ba4bdd0dea
parent301470de9a1a6a44de9a3d7c815e86dba162da68
gettext: fix a parallel build issue

Occasionally, gettext will build failed with error:
In file included from ../../../gettext-0.22.5/gettext-runtime/intl/gettextP.h:71,
                 from ../../../gettext-0.22.5/gettext-runtime/intl/log.c:24:
./libgnuintl.h:98:1: error: unterminated comment
   98 | /* The user can define _INTL_RE
      | ^
./libgnuintl.h:17: error: unterminated #ifndef
   17 | #ifndef _LIBINTL_H

In file included from ../../../gettext-0.22.5/gettext-runtime/intl/gettextP.h:71,
                 from ../../../gettext-0.22.5/gettext-runtime/intl/langprefs.c:25:
./libgnuintl.h:98:1: error: unterminated comment
   98 | /* The user can define _INTL_RE
      | ^
./libgnuintl.h:17: error: unterminated #ifndef
   17 | #ifndef _LIBINTL_H

It is a parallel build issue caused by missing dependencies, backport
patch to fix it.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/gettext/gettext/0001-intl-Fix-build-failure-with-make-j.patch [new file with mode: 0644]
meta/recipes-core/gettext/gettext_0.22.5.bb