package/kodi-pvr-njoy: bump version to 7.1.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
eb5613fb8b
Added 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:
parent
6e9b9f4aa2
commit
f45a4ce07b
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_KODI_PVR_NJOY
|
||||
bool "kodi-pvr-njoy"
|
||||
select BR2_PACKAGE_KODI_PLATFORM
|
||||
select BR2_PACKAGE_TINYXML
|
||||
help
|
||||
Kodi's Njoy N7 client addon
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 8c42a3c3754d7a07de9682504c4883a584eb21a92b9af70f0129ffc2707c1554 kodi-pvr-njoy-3.4.2-Leia.tar.gz
|
||||
sha256 9d42154eabd84ae131cc6384a3ea0fc622c3551595564bec7a6bec8df4a57fbd debian/copyright
|
||||
sha256 26134e815efd38fa09507a6119e6463c4785a78a417e253558d23a94a9989613 kodi-pvr-njoy-7.1.0-Matrix.tar.gz
|
||||
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md
|
||||
|
@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KODI_PVR_NJOY_VERSION = 3.4.2-Leia
|
||||
KODI_PVR_NJOY_VERSION = 7.1.0-Matrix
|
||||
KODI_PVR_NJOY_SITE = $(call github,kodi-pvr,pvr.njoy,$(KODI_PVR_NJOY_VERSION))
|
||||
KODI_PVR_NJOY_LICENSE = GPL-2.0+
|
||||
KODI_PVR_NJOY_LICENSE_FILES = debian/copyright
|
||||
KODI_PVR_NJOY_DEPENDENCIES = kodi-platform
|
||||
KODI_PVR_NJOY_LICENSE_FILES = LICENSE.md
|
||||
KODI_PVR_NJOY_DEPENDENCIES = kodi tinyxml
|
||||
|
||||
$(eval $(cmake-package))
|
||||
|
Loading…
Reference in New Issue
Block a user