package/kodi-pvr-stalker: bump version to 7.1.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
8cee219868
e30167549b

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:22 +01:00 committed by Thomas Petazzoni
parent ea50ce3a06
commit 269e9548cd
3 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_KODI_PVR_STALKER
bool "kodi-pvr-stalker"
select BR2_PACKAGE_JSONCPP
select BR2_PACKAGE_KODI_PLATFORM
select BR2_PACKAGE_LIBXML2
help
A PVR Client that connects Kodi to Stalker Middleware

View File

@ -1,3 +1,3 @@
# Locally computed
sha256 03eb428f21d6b8526b6671278b60ac6dc5a761a515af27172d8ac5c814cc3f65 kodi-pvr-stalker-3.4.10-Leia.tar.gz
sha256 f9fa34b2caa07376a7a976c1f0b1b9761b37449afd4ceb1e7afa283492054237 debian/copyright
sha256 bce055008d0ae7212924f41753970e3176a218f6a45bd76b202463a43be3d192 kodi-pvr-stalker-7.1.0-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md

View File

@ -4,10 +4,10 @@
#
################################################################################
KODI_PVR_STALKER_VERSION = 3.4.10-Leia
KODI_PVR_STALKER_VERSION = 7.1.0-Matrix
KODI_PVR_STALKER_SITE = $(call github,kodi-pvr,pvr.stalker,$(KODI_PVR_STALKER_VERSION))
KODI_PVR_STALKER_LICENSE = GPL-2.0+
KODI_PVR_STALKER_LICENSE_FILES = debian/copyright
KODI_PVR_STALKER_DEPENDENCIES = jsoncpp kodi-platform libxml2
KODI_PVR_STALKER_LICENSE_FILES = LICENSE.md
KODI_PVR_STALKER_DEPENDENCIES = jsoncpp kodi libxml2
$(eval $(cmake-package))