tvheadend: add dependency on gettext (host)
authorMarius Dinu <m95d+git@psihoexpert.ro>
Fri, 16 Jun 2023 12:59:44 +0000 (15:59 +0300)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 31 Oct 2023 12:46:48 +0000 (13:46 +0100)
commit8e4d2a7a61f7ed7274239b355c613f2477aa006b
treeaa3c8367fca7c5da91653bedc182dcaf2c77bd45
parentba3a2c1987f1265d87af37340f7fe870e1a5fed5
tvheadend: add dependency on gettext (host)

Gettext is a prerequisite to build OpenWrt according to:
https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem
but github automated tests fail without this explicit dependency:

2023-06-19T08:02:45.1940511Z   checking for py module gzip ...                   ok
2023-06-19T08:02:45.1968662Z   checking for /builder/staging_dir/host/bin/pkg-config ...ok
2023-06-19T08:02:45.1998491Z ERROR: no gettext binaries found
2023-06-19T08:02:45.1999746Z   checking for xgettext ...                         fail
2023-06-19T08:02:45.2008403Z make[2]: *** [Makefile:263: /builder/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/tvheadend-2023-06-05/.configured_a17fb5ef857664f03cd0ce37cc5ea591] Error 1

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
(cherry picked from commit fb68d07bfae3d38691c87179e216207e4323a52b)
multimedia/tvheadend/Makefile