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_VDR_VNSI
bool "kodi-pvr-vdr-vnsi"
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
help
Kodi PVR addon VNSI
https://github.com/kodi-pvr/pvr.vdr.vnsi
comment "kodi-pvr-vdr-vnsi needs a toolchain w/ gcc >= 7"
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_7
@@ -0,0 +1,3 @@
# Locally computed
sha256 ab7ba632438d12001cb1e10c2ccb75816be9a9181ec2fdb739bd8eb2f173cf7f kodi-pvr-vdr-vnsi-19.0.0-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md
@@ -0,0 +1,13 @@
################################################################################
#
# kodi-pvr-vdr-vnsi
#
################################################################################
KODI_PVR_VDR_VNSI_VERSION = 19.0.0-Matrix
KODI_PVR_VDR_VNSI_SITE = $(call github,kodi-pvr,pvr.vdr.vnsi,$(KODI_PVR_VDR_VNSI_VERSION))
KODI_PVR_VDR_VNSI_LICENSE = GPL-2.0+
KODI_PVR_VDR_VNSI_LICENSE_FILES = LICENSE.md
KODI_PVR_VDR_VNSI_DEPENDENCIES = kodi
$(eval $(cmake-package))