mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/gettext-tiny: bump version
On current version msgmerge doesn't work properly, it exits with:
fopen: No such file or directory
The problem has been reported at
https://github.com/sabotage-linux/gettext-tiny/issues/42 and fixed
with commit
a597aaebd1
Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
52ac6d1c6b
commit
160f0a033b
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GETTEXT_TINY_VERSION = c6dcdcdef801127549d3906d153c061880d25a73
|
||||
GETTEXT_TINY_VERSION = 73fc3e7ef7e016a3874b632fd0475969d288f309
|
||||
GETTEXT_TINY_SITE = $(call github,sabotage-linux,gettext-tiny,$(GETTEXT_TINY_VERSION))
|
||||
GETTEXT_TINY_LICENSE = MIT, GPL-3.0+ (extra gettext)
|
||||
GETTEXT_TINY_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user