mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/gettext-tiny: bump version to add --template option
Some packages (i.e. rygel) uses the msgfmt tool with its --template option. However, the current version of gettext-tiny (0.3.1) doesn't support --template flag and exits giving: "fopen: No such file or directory". In upstream gettext-tiny they have added support for --template after lots of modifications, so it's hard to produce a patch to be applied against 0.3.1. Therefore, we bump the version to the latest master branch commit. Fixes: http://autobuild.buildroot.net/results/77b1854c914915d3205d915a0f01001f6f3555df/ 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
c4fc706f55
commit
758ea0e518
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GETTEXT_TINY_VERSION = v0.3.1
|
||||
GETTEXT_TINY_VERSION = c6dcdcdef801127549d3906d153c061880d25a73
|
||||
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