summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext_0.22.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* gettext: update 0.22.5 -> 0.23.1Alexander Kanavin2025-01-041-209/+0
| | | | | | | | | | | | | | | | | Drop patches: parallel.patch (obsolete as no .a files are installed) 0001-intl-Fix-build-failure-with-make-j.patch (backport) Gettext no longer installs anything into $libdir/gettext by default but still creates the directory and so it should be packaged. (From OE-Core rev: a414f47009811fa6886e43fd2b4c928a906a65f3) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gettext: Drop obsolete ptest conditional in do_installRichard Purdie2024-09-041-2/+0
| | | | | | | | | The PTEST_ENABLED conditional is no longer needed since the task is deleted if ptest isn't enabled. (From OE-Core rev: 6037ad74d88ff23821120422f2f0d0366daa8ec7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gettext: Drop ptest INSANE_SKIPsRichard Purdie2024-08-081-3/+0
| | | | | | | | | In my local testing there are now no QA issues from this recipe so we can drop the ptest INSANE_SKIPs. (From OE-Core rev: 0a6821ca4a1c8aa26d3bf6ec1e8b2f86597a1699) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gettext: fix a parallel build issueChangqing Li2024-05-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: e18fc96f9d4c0a0525c21371d3f36e8dfe008b35) 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>
* gettext: upgrade 0.22.4 -> 0.22.5Alexander Kanavin2024-03-071-0/+213
(From OE-Core rev: 3cf9853a1a6872667cffe1dd8ed3d7a5037caaa5) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>