package/kodi-pvr-zattoo: bump version to 19.7.3-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform and libplatform:
382c83d0ca
a813b2c9f0

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2021-03-02 08:07:27 +01:00 committed by Thomas Petazzoni
parent 818cff7bff
commit 62983606f8
3 changed files with 5 additions and 7 deletions

View file

@ -1,7 +1,5 @@
config BR2_PACKAGE_KODI_PVR_ZATTOO
bool "kodi-pvr-zattoo"
select BR2_PACKAGE_KODI_PLATFORM
select BR2_PACKAGE_LIBPLATFORM
select BR2_PACKAGE_RAPIDJSON
select BR2_PACKAGE_TINYXML2
help

View file

@ -1,3 +1,3 @@
# Locally computed
sha256 9c3dc2ed9f8c39bcc4f5798439b85f2bdae1a427ffeb1b9d18aa5e2caca29f4e kodi-pvr-zattoo-18.1.23-Leia.tar.gz
sha256 d3670aef89085fd6b97665967a8422c89324afbc4720daa0975696a2ee92e236 debian/copyright
sha256 7f9f1e5907ea0ad8a30d073e67ad42a2ddc16a99f30f704a6b9690ce5dac3268 kodi-pvr-zattoo-19.7.3-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md

View file

@ -4,10 +4,10 @@
#
################################################################################
KODI_PVR_ZATTOO_VERSION = 18.1.23-Leia
KODI_PVR_ZATTOO_VERSION = 19.7.3-Matrix
KODI_PVR_ZATTOO_SITE = $(call github,rbuehlma,pvr.zattoo,$(KODI_PVR_ZATTOO_VERSION))
KODI_PVR_ZATTOO_LICENSE = GPL-2.0+
KODI_PVR_ZATTOO_LICENSE_FILES = debian/copyright
KODI_PVR_ZATTOO_DEPENDENCIES = kodi-platform libplatform rapidjson tinyxml2
KODI_PVR_ZATTOO_LICENSE_FILES = LICENSE.md
KODI_PVR_ZATTOO_DEPENDENCIES = kodi rapidjson tinyxml2
$(eval $(cmake-package))