From: Marius Dinu Date: Fri, 16 Jun 2023 12:59:44 +0000 (+0300) Subject: tvheadend: add dependency on gettext (host) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fb68d07bfae3d38691c87179e216207e4323a52b;p=openwrt-packages.git 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 --- diff --git a/multimedia/tvheadend/Makefile b/multimedia/tvheadend/Makefile index 8032c41d4..f33b66662 100644 --- a/multimedia/tvheadend/Makefile +++ b/multimedia/tvheadend/Makefile @@ -16,6 +16,7 @@ PKG_LICENSE_FILES:=LICENSE.md PKG_BUILD_PARALLEL:=1 PKG_FIXUP:=autoreconf PKG_BUILD_FLAGS:=no-mips16 +PKG_BUILD_DEPENDS:=gettext-full/host include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk