]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
gettext-full: update to 0.24.2 24247/head
authorMichael Pratt <mcpratt@pm.me>
Sun, 19 Jul 2026 21:13:30 +0000 (17:13 -0400)
committerRobert Marko <robimarko@gmail.com>
Thu, 30 Jul 2026 17:40:44 +0000 (19:40 +0200)
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 <mcpratt@pm.me>
Link: https://github.com/openwrt/openwrt/pull/24247
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/libs/gettext-full/Makefile

index a39456644746fd820e72ff4bca5cb9742573321c..0ba63ff429363e8816304a58d10996882dcaf037 100644 (file)
@@ -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