initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
config BR2_PACKAGE_KODI_PVR_STALKER
bool "kodi-pvr-stalker"
select BR2_PACKAGE_JSONCPP
select BR2_PACKAGE_LIBXML2
help
A PVR Client that connects Kodi to Stalker Middleware
https://github.com/kodi-pvr/pvr.stalker
@@ -0,0 +1,3 @@
# Locally computed
sha256 6161f0593feb67865e78f9aecc8c59019933ddda273e495ffadb0bdb42dde2a3 kodi-pvr-stalker-19.0.0-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md
@@ -0,0 +1,13 @@
################################################################################
#
# kodi-pvr-stalker
#
################################################################################
KODI_PVR_STALKER_VERSION = 19.0.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 = LICENSE.md
KODI_PVR_STALKER_DEPENDENCIES = jsoncpp kodi libxml2
$(eval $(cmake-package))