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
+10
View File
@@ -0,0 +1,10 @@
config BR2_PACKAGE_KODI_PVR_HTS
bool "kodi-pvr-hts"
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
help
Tvheadend HTSP PVR client addon for Kodi
https://github.com/kodi-pvr/pvr.hts
comment "kodi-pvr-hts needs a toolchain w/ gcc >= 7"
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_7
+3
View File
@@ -0,0 +1,3 @@
# Locally computed
sha256 9aaa8933a23bcdcdc4b4be6dd10adc19f5f27b8915fa5c39f58202c5d1399dc9 kodi-pvr-hts-19.0.2-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# kodi-pvr-hts
#
################################################################################
KODI_PVR_HTS_VERSION = 19.0.2-Matrix
KODI_PVR_HTS_SITE = $(call github,kodi-pvr,pvr.hts,$(KODI_PVR_HTS_VERSION))
KODI_PVR_HTS_LICENSE = GPL-2.0+
KODI_PVR_HTS_LICENSE_FILES = LICENSE.md
KODI_PVR_HTS_DEPENDENCIES = kodi
$(eval $(cmake-package))