From 9add9e7b0da99b1530fcc12d3f8e6705a4af15fc Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 4 Dec 2023 22:44:09 -0800 Subject: [PATCH] gettext: Upgrade 0.22.3 -> 0.22.4 From NEWS: Version 0.22.4 - November 2023 * Bug fixes: - AM_GNU_GETTEXT now recognizes a statically built libintl on macOS and AIX. - Build fixes on AIX. Signed-off-by: Robert Yang Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- ...inimal-native_0.22.3.bb => gettext-minimal-native_0.22.4.bb} | 0 meta/recipes-core/gettext/gettext-sources.inc | 2 +- .../gettext/{gettext_0.22.3.bb => gettext_0.22.4.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/gettext/{gettext-minimal-native_0.22.3.bb => gettext-minimal-native_0.22.4.bb} (100%) rename meta/recipes-core/gettext/{gettext_0.22.3.bb => gettext_0.22.4.bb} (100%) diff --git a/meta/recipes-core/gettext/gettext-minimal-native_0.22.3.bb b/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb similarity index 100% rename from meta/recipes-core/gettext/gettext-minimal-native_0.22.3.bb rename to meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb diff --git a/meta/recipes-core/gettext/gettext-sources.inc b/meta/recipes-core/gettext/gettext-sources.inc index 31dabfc5436..8b4e2401010 100644 --- a/meta/recipes-core/gettext/gettext-sources.inc +++ b/meta/recipes-core/gettext/gettext-sources.inc @@ -1,4 +1,4 @@ HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ " -SRC_URI[sha256sum] = "839a260b2314ba66274dae7d245ec19fce190a3aa67869bf31354cb558df42c7" +SRC_URI[sha256sum] = "c1e0bb2a4427a9024390c662cd532d664c4b36b8ff444ed5e54b115fdb7a1aea" diff --git a/meta/recipes-core/gettext/gettext_0.22.3.bb b/meta/recipes-core/gettext/gettext_0.22.4.bb similarity index 100% rename from meta/recipes-core/gettext/gettext_0.22.3.bb rename to meta/recipes-core/gettext/gettext_0.22.4.bb -- 2.47.3