mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/gettext-tiny: support gettext 0.20.1
Other changes:
- Update gettext to 0.20.1 and the respective hashes.
- Remove share/gettext-tiny/m4/lock.m4 from GETTEXT_TINY_EXTRA_GETTEXT_FILES
and the install list, as this file was removed in commit
8c2bfdbddb13a480d88ceac4ab0e5886bda957cb.
Tested with test-pkg -p gettext-tiny in Debian 10 and Centos 7
br-arm-full [1/6]: OK
br-arm-cortex-a9-glibc [2/6]: OK
br-arm-cortex-m4-full [3/6]: OK
br-x86-64-musl [4/6]: OK
br-arm-full-static [5/6]: OK
sourcery-arm [6/6]: OK
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
4e55d96738
commit
93a19013f4
@@ -14,12 +14,11 @@ HOST_GETTEXT_TINY_LICENSE_FILES = LICENSE extra/COPYING
|
||||
GETTEXT_TINY_PROVIDES = gettext
|
||||
|
||||
# needed for gettextize
|
||||
GETTEXT_TINY_ARCHIVE_VERSION = 0.19.8
|
||||
GETTEXT_TINY_ARCHIVE_VERSION = 0.20.1
|
||||
|
||||
GETTEXT_TINY_EXTRA_GETTEXT_FILES = \
|
||||
gettext-tools/misc/gettextize.in \
|
||||
gettext-tools/po/Makevars.template \
|
||||
gettext-runtime/m4/lock.m4 \
|
||||
gettext-runtime/po/boldquot.sed \
|
||||
gettext-runtime/po/en@boldquot.header \
|
||||
gettext-runtime/po/en@quot.header \
|
||||
@@ -83,7 +82,6 @@ define HOST_GETTEXT_TINY_INSTALL_CMDS
|
||||
|
||||
$(INSTALL) -m 0755 -D $(@D)/gettextize $(HOST_DIR)/bin/gettextize
|
||||
$(INSTALL) -m 0644 -D $(@D)/build-aux/config.rpath $(HOST_DIR)/share/gettext-tiny/config.rpath
|
||||
$(INSTALL) -m 0644 -D $(@D)/extra/lock.m4 $(HOST_DIR)/share/gettext-tiny/m4/lock.m4
|
||||
$(INSTALL) -m 0644 -D $(@D)/extra/Makefile.in.in $(HOST_DIR)/share/gettext-tiny/po/Makefile.in.in
|
||||
$(INSTALL) -m 0644 -D $(@D)/extra/boldquot.sed $(HOST_DIR)/share/gettext-tiny/po/boldquot.sed
|
||||
$(INSTALL) -m 0644 -D $(@D)/extra/en@boldquot.header $(HOST_DIR)/share/gettext-tiny/po/en@boldquot.header
|
||||
|
||||
Reference in New Issue
Block a user