package/kodi-pvr-vbox: bump version to 8.1.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
29bd329feb
b007646f43

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

View File

@@ -1,6 +1,5 @@
config BR2_PACKAGE_KODI_PVR_VBOX
bool "kodi-pvr-vbox"
select BR2_PACKAGE_KODI_PLATFORM
help
Kodi PVR addon for interfacing with VBox Communications XTi TV
Gateway

View File

@@ -1,3 +1,3 @@
# Locally computed
sha256 98aadcf3d0109a7dc5f85b4e5473d595039b59c46b0686a2fbda88ff7631ee0c kodi-pvr-vbox-4.7.0-Leia.tar.gz
sha256 f535b79e33bdf4d270f8aed3fdcb92f807981f808d7f5e3c053c088e5ccf553b debian/copyright
sha256 b30548dfbf892f7bedbf191b5a9d93fa978fb794f897268876a1e607518e15af kodi-pvr-vbox-8.1.0-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md

View File

@@ -4,10 +4,10 @@
#
################################################################################
KODI_PVR_VBOX_VERSION = 4.7.0-Leia
KODI_PVR_VBOX_VERSION = 8.1.0-Matrix
KODI_PVR_VBOX_SITE = $(call github,kodi-pvr,pvr.vbox,$(KODI_PVR_VBOX_VERSION))
KODI_PVR_VBOX_LICENSE = GPL-2.0+
KODI_PVR_VBOX_LICENSE_FILES = debian/copyright
KODI_PVR_VBOX_DEPENDENCIES = kodi-platform
KODI_PVR_VBOX_LICENSE_FILES = LICENSE.md
KODI_PVR_VBOX_DEPENDENCIES = kodi
$(eval $(cmake-package))