package/kodi-pvr-mythtv: bump version to 7.3.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
b847285c33

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:17 +01:00 committed by Thomas Petazzoni
parent da3a5b45cb
commit c84437722f
3 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_KODI_PVR_MYTHTV
bool "kodi-pvr-mythtv"
select BR2_PACKAGE_KODI_PLATFORM
help
MythTV PVR for Kodi

View File

@ -1,3 +1,3 @@
# Locally computed
sha256 b2048db252966d5f78828cacd41e85d00a522c03fe7f24a0f000f720fe7aff0a kodi-pvr-mythtv-5.10.19-Leia.tar.gz
sha256 0efb11009d447b39ec35d77dc265db3d1c3d261730bbc33b267587254d973ec8 debian/copyright
sha256 fa741677fc2d58689111d18c8eb1114115f4c33bc99267bb761f225e82fdc588 kodi-pvr-mythtv-7.3.0-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md

View File

@ -4,10 +4,10 @@
#
################################################################################
KODI_PVR_MYTHTV_VERSION = 5.10.19-Leia
KODI_PVR_MYTHTV_VERSION = 7.3.0-Matrix
KODI_PVR_MYTHTV_SITE = $(call github,janbar,pvr.mythtv,$(KODI_PVR_MYTHTV_VERSION))
KODI_PVR_MYTHTV_LICENSE = GPL-2.0+
KODI_PVR_MYTHTV_LICENSE_FILES = debian/copyright
KODI_PVR_MYTHTV_DEPENDENCIES = kodi-platform
KODI_PVR_MYTHTV_LICENSE_FILES = LICENSE.md
KODI_PVR_MYTHTV_DEPENDENCIES = kodi
$(eval $(cmake-package))