package/tvheadend: bump version to git commit 37453bc3fe

5abbcda4d8...37453bc3fe

Updated license hash due to upstream commit
4adb0cb06b

Moved mandatory dtv-scan-tables dependency to main block.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-04-10 07:30:55 +02:00
committed by Julien Olivain
parent 1014d8ffb6
commit f02b6b0318
2 changed files with 4 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
# Locally computed
sha256 f3c311c2bed4de5b0312286f5b1a0307edf502fa0ed360855eedb044d4247674 tvheadend-5abbcda4d8c82d2d4889452a7056a7bfcd728fc6.tar.gz
sha256 0420f5d2e0df002e31320d9f58fc5454cbb8f53fa0ab1fc85afb8821c6b103e3 LICENSE.md
sha256 0ced1ea6ce8b78ac9bfc7e6e8cdc908a57840d25276b5248039661483faad705 tvheadend-37453bc3fe5f9e10f3428ebb1abdc613f8b07186.tar.gz
sha256 bd98338d78a253979b9b3040de83c8a6546de499c9a648b8d2d6dedb891c3605 LICENSE.md

View File

@@ -4,11 +4,12 @@
#
################################################################################
TVHEADEND_VERSION = 5abbcda4d8c82d2d4889452a7056a7bfcd728fc6
TVHEADEND_VERSION = 37453bc3fe5f9e10f3428ebb1abdc613f8b07186
TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
TVHEADEND_LICENSE = GPL-3.0+
TVHEADEND_LICENSE_FILES = LICENSE.md
TVHEADEND_DEPENDENCIES = \
dtv-scan-tables \
host-gettext \
host-pkgconf \
host-pngquant \
@@ -137,8 +138,6 @@ ifeq ($(BR2_TOOLCHAIN_SUPPORTS_PIE),)
TVHEADEND_CONF_OPTS += --disable-pie
endif
TVHEADEND_DEPENDENCIES += dtv-scan-tables
# The tvheadend build system expects the transponder data to be present inside
# its source tree. To prevent a download initiated by the build system just
# copy the data files in the right place and add the corresponding stamp file.