[Buildroot] [PATCH 1/1] package/tvheadend: bump version to git c0cbd14550

Bernd Kuhls <[email protected]> Mon, 27 Jul 2026 21:12:20 +0200
Newsgroups net.busybox.buildroot
Message-ID <[email protected]>
Disable some new configure options which we do not support.

Signed-off-by: Bernd Kuhls <[email protected]>
---
Gitlab pipelines passed:
https://gitlab.com/bkuhls/buildroot/-/commits/d1a23fe3f6f6e47d12e9caf831ccdff9d5357445
with the exception of bootlin-x86-i686-musl which failed with an
unrelated build error of the ffmpeg package.

https://patchwork.ozlabs.org/project/buildroot/patch/[email protected]/
was added to the tree to fix other build errors unrelated to tvheadend.

 package/tvheadend/tvheadend.hash | 2 +-
 package/tvheadend/tvheadend.mk   | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/package/tvheadend/tvheadend.hash b/package/tvheadend/tvheadend.hash
index 1062dd2c81..8b18bb247b 100644
--- a/package/tvheadend/tvheadend.hash
+++ b/package/tvheadend/tvheadend.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  0ced1ea6ce8b78ac9bfc7e6e8cdc908a57840d25276b5248039661483faad705  tvheadend-37453bc3fe5f9e10f3428ebb1abdc613f8b07186.tar.gz
+sha256  f907bda7faf93fc95c3a705b70c6ce2a21f63ac824a610e39ab58075fca43356  tvheadend-c0cbd14550aa40b4f4eb32d1baea1e7a1ed89cf4.tar.gz
 sha256  bd98338d78a253979b9b3040de83c8a6546de499c9a648b8d2d6dedb891c3605  LICENSE.md
diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
index 73563acb8e..d74adcfe14 100644
--- a/package/tvheadend/tvheadend.mk
+++ b/package/tvheadend/tvheadend.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TVHEADEND_VERSION = 37453bc3fe5f9e10f3428ebb1abdc613f8b07186
+TVHEADEND_VERSION = c0cbd14550aa40b4f4eb32d1baea1e7a1ed89cf4
 TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
 TVHEADEND_LICENSE = GPL-3.0+
 TVHEADEND_LICENSE_FILES = LICENSE.md
@@ -18,7 +18,9 @@ TVHEADEND_DEPENDENCIES = \
 TVHEADEND_CONF_OPTS = \
 	--disable-hdhomerun_client \
 	--disable-omx \
-	--disable-pcre
+	--disable-pcloud_cache \
+	--disable-pcre \
+	--disable-vue_build
 
 ifeq ($(BR2_PACKAGE_AVAHI),y)
 TVHEADEND_DEPENDENCIES += avahi
-- 
2.47.3

_______________________________________________
buildroot mailing list
[email protected]
https://lists.buildroot.org/mailman/listinfo/buildroot