package/kodi-pvr-dvbviewer: bump version to 7.2.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
838efac4e4
7ca7ca3ab0

Add missing dependency to tinyxml.

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:11 +01:00 committed by Thomas Petazzoni
parent 6b99569d8d
commit 1784f47c85
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_KODI_PVR_DVBVIEWER
bool "kodi-pvr-dvbviewer"
select BR2_PACKAGE_KODI_PLATFORM
select BR2_PACKAGE_TINYXML
help
Kodi's DVBViewer client addon

View File

@ -1,3 +1,3 @@
# Locally computed
sha256 8a3d167e652574caf30ba0ce9c22d278715e0237774b817e37826f1b2d647bff kodi-pvr-dvbviewer-3.7.11-Leia.tar.gz
sha256 5757dbd6a8731e9395508cd7ab9ca0ea0c2863a7aac7136299d40549c88c9c2c debian/copyright
sha256 aa81c0a59c00aa13bc1ea3adc078e2910fde42bc86ad3a78ecefc6e4c3d5de59 kodi-pvr-dvbviewer-7.2.0-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md

View File

@ -4,10 +4,10 @@
#
################################################################################
KODI_PVR_DVBVIEWER_VERSION = 3.7.11-Leia
KODI_PVR_DVBVIEWER_VERSION = 7.2.0-Matrix
KODI_PVR_DVBVIEWER_SITE = $(call github,kodi-pvr,pvr.dvbviewer,$(KODI_PVR_DVBVIEWER_VERSION))
KODI_PVR_DVBVIEWER_LICENSE = GPL-2.0+
KODI_PVR_DVBVIEWER_LICENSE_FILES = debian/copyright
KODI_PVR_DVBVIEWER_DEPENDENCIES = kodi-platform
KODI_PVR_DVBVIEWER_LICENSE_FILES = LICENSE.md
KODI_PVR_DVBVIEWER_DEPENDENCIES = kodi tinyxml
$(eval $(cmake-package))