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
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_KODI_PVR_WMC
bool "kodi-pvr-wmc"
help
Kodi's Windows Media Center client addon
https://github.com/kodi-pvr/pvr.wmc
+3
View File
@@ -0,0 +1,3 @@
# Locally computed
sha256 d3cfa954c01ddec0f69e6777a12fca6314ee579d770a4be8728657e323a8eb8c kodi-pvr-wmc-19.0.0-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# kodi-pvr-wmc
#
################################################################################
KODI_PVR_WMC_VERSION = 19.0.0-Matrix
KODI_PVR_WMC_SITE = $(call github,kodi-pvr,pvr.wmc,$(KODI_PVR_WMC_VERSION))
KODI_PVR_WMC_LICENSE = GPL-2.0+
KODI_PVR_WMC_LICENSE_FILES = LICENSE.md
KODI_PVR_WMC_DEPENDENCIES = kodi
$(eval $(cmake-package))