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
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_KODI_PVR_PCTV
bool "kodi-pvr-pctv"
select BR2_PACKAGE_JSONCPP
help
PCTV PVR client addon for Kodi
https://github.com/kodi-pvr/pvr.vdr.vnsi
+3
View File
@@ -0,0 +1,3 @@
# Locally computed
sha256 004d9f8801e9c5d2d76c0c84d0844c4560ede7e2ed02c4c43286991a54d720c9 kodi-pvr-pctv-19.0.0-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# kodi-pvr-pctv
#
################################################################################
KODI_PVR_PCTV_VERSION = 19.0.0-Matrix
KODI_PVR_PCTV_SITE = $(call github,kodi-pvr,pvr.pctv,$(KODI_PVR_PCTV_VERSION))
KODI_PVR_PCTV_LICENSE = GPL-2.0+
KODI_PVR_PCTV_LICENSE_FILES = LICENSE.md
KODI_PVR_PCTV_DEPENDENCIES = jsoncpp kodi
$(eval $(cmake-package))