From 0237b9a06ba192fbf94f5a532200cddeff316273 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Sun, 19 Jul 2026 17:13:30 -0400 Subject: [PATCH] gettext-full: update to 0.24.2 Update to a newer bugfix release of gettext. This version includes a commit to make adjustments according to changes in gnulib in early 2025. Add DEPENDS variable to package definition in order to enforce the correct build order, which should have been done when libunistring and libxml2 packages were moved to openwrt core. No patch requires refresh. Signed-off-by: Michael Pratt Link: https://github.com/openwrt/openwrt/pull/24247 Signed-off-by: Robert Marko --- package/libs/gettext-full/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index a3945664474..0ba63ff4293 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gettext-full -PKG_VERSION:=0.24.1 +PKG_VERSION:=0.24.2 PKG_RELEASE:=1 PKG_SOURCE:=gettext-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gettext -PKG_HASH:=6164ec7aa61653ac9cdfb41d5c2344563b21f707da1562712e48715f1d2052a6 +PKG_HASH:=fcc0187f597aef6bc5bc95c629db1126315beb196b20570eaec6a4941850f7c5 PKG_BUILD_DIR:=$(BUILD_DIR)/gettext-$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/gettext-$(PKG_VERSION) @@ -65,6 +65,7 @@ define Package/libintl-full SECTION:=libs CATEGORY:=Libraries TITLE:=GNU Internationalization library + DEPENDS:=+libunistring +libxml2 URL:=https://www.gnu.org/software/gettext/ ABI_VERSION:=8 endef -- 2.47.3