mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 03eb428f21d6b8526b6671278b60ac6dc5a761a515af27172d8ac5c814cc3f65 kodi-pvr-stalker-3.4.10-Leia.tar.gz
|
||||
sha256 f9fa34b2caa07376a7a976c1f0b1b9761b37449afd4ceb1e7afa283492054237 debian/copyright
|
||||
sha256 ca472c4f43f77d7badca3fbe174f5877e6b3ff63407da09f690d8146ec737b59 kodi-pvr-stalker-19.0.2-Matrix.tar.gz
|
||||
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KODI_PVR_STALKER_VERSION = 3.4.10-Leia
|
||||
KODI_PVR_STALKER_VERSION = 19.0.2-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))
|
||||
|
||||
Reference in New Issue
Block a user