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 <mcpratt@pm.me> Link: https://github.com/openwrt/openwrt/pull/24247 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
a3830a1589
commit
0237b9a06b
1 changed files with 3 additions and 2 deletions
|
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gettext-full
|
PKG_NAME:=gettext-full
|
||||||
PKG_VERSION:=0.24.1
|
PKG_VERSION:=0.24.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=gettext-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=gettext-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@GNU/gettext
|
PKG_SOURCE_URL:=@GNU/gettext
|
||||||
PKG_HASH:=6164ec7aa61653ac9cdfb41d5c2344563b21f707da1562712e48715f1d2052a6
|
PKG_HASH:=fcc0187f597aef6bc5bc95c629db1126315beb196b20570eaec6a4941850f7c5
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gettext-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/gettext-$(PKG_VERSION)
|
||||||
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/gettext-$(PKG_VERSION)
|
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/gettext-$(PKG_VERSION)
|
||||||
|
|
||||||
|
|
@ -65,6 +65,7 @@ define Package/libintl-full
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=GNU Internationalization library
|
TITLE:=GNU Internationalization library
|
||||||
|
DEPENDS:=+libunistring +libxml2
|
||||||
URL:=https://www.gnu.org/software/gettext/
|
URL:=https://www.gnu.org/software/gettext/
|
||||||
ABI_VERSION:=8
|
ABI_VERSION:=8
|
||||||
endef
|
endef
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue