diff options
author | Changqing Li <changqing.li@windriver.com> | 2024-05-28 17:11:07 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-07-23 06:05:47 -0700 |
commit | 22cf370acf8ebd21dc74c143930e1395f3c4d653 (patch) | |
tree | 9f3ee33b2dd906fa8f78c27231cdbe803aa22775 /bitbake/lib/bb/codeparser.py | |
parent | 75c351eb374a87cc5b4f1c92300bf4820cf8b195 (diff) | |
download | poky-22cf370acf8ebd21dc74c143930e1395f3c4d653.tar.gz |
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.
(From OE-Core rev: d6dfb80961762c2971172cb29fa6911d6a93e42f)
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>
(cherry picked from commit e18fc96f9d4c0a0525c21371d3f36e8dfe008b35)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'bitbake/lib/bb/codeparser.py')
0 files changed, 0 insertions, 0 deletions