diff mbox series

[3/3] package/kodi: add missing host-gettext dependency

Message ID 9a12e61152e7f9944e986aa9f1c7483750e767c2.1573759321.git.yann.morin.1998@free.fr
State Accepted
Headers show
Series [1/3] package/gettext-tiny: fix prefix in autopoint | expand

Commit Message

Yann E. MORIN Nov. 14, 2019, 7:22 p.m. UTC
A sub-component of Kodi (cpluff) needs to be autoreconf-ed, and uses
gettext, so calls to autopoint.

Add a dependency to host-gettext to bring an appropriate variant that
provides autotpoint (gettext-tiny's autopoint works like a charm, for
the curious).

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/kodi/kodi.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Nov. 19, 2019, 9:33 a.m. UTC | #1
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > A sub-component of Kodi (cpluff) needs to be autoreconf-ed, and uses
 > gettext, so calls to autopoint.

 > Add a dependency to host-gettext to bring an appropriate variant that
 > provides autotpoint (gettext-tiny's autopoint works like a charm, for
 > the curious).

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
 > Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Committed to 2019.02.x and 2019.08.x, thanks.
diff mbox series

Patch

diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
index 49728e464b..ceab5d5c0b 100644
--- a/package/kodi/kodi.mk
+++ b/package/kodi/kodi.mk
@@ -19,6 +19,7 @@  KODI_DEPENDENCIES = \
 	freetype \
 	gnutls \
 	host-gawk \
+	host-gettext \
 	host-gperf \
 	host-kodi-jsonschemabuilder \
 	host-kodi-texturepacker \