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_MYTHTV
bool "kodi-pvr-mythtv"
help
MythTV PVR for Kodi
https://github.com/kodi-pvr/pvr.mythtv
@@ -0,0 +1,3 @@
# Locally computed
sha256 14d76fda4b9c8e7ac068071e322432fe585357154a2b2bae23d051def766f06d kodi-pvr-mythtv-19.0.0-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md
@@ -0,0 +1,13 @@
################################################################################
#
# kodi-pvr-mythtv
#
################################################################################
KODI_PVR_MYTHTV_VERSION = 19.0.0-Matrix
KODI_PVR_MYTHTV_SITE = $(call github,janbar,pvr.mythtv,$(KODI_PVR_MYTHTV_VERSION))
KODI_PVR_MYTHTV_LICENSE = GPL-2.0+
KODI_PVR_MYTHTV_LICENSE_FILES = LICENSE.md
KODI_PVR_MYTHTV_DEPENDENCIES = kodi
$(eval $(cmake-package))