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
@@ -0,0 +1,10 @@
config BR2_PACKAGE_KODI_INPUTSTREAM_ADAPTIVE
bool "kodi-inputstream-adaptive"
# wvdecrypter/cdm/build/build_config.h
depends on BR2_aarch64 || BR2_arm || BR2_i386 || BR2_mipsel \
|| BR2_mips64el || BR2_x86_64
select BR2_PACKAGE_EXPAT
help
Kodi inputstream addon for several manifest types
https://github.com/xbmc/inputstream.adaptive
@@ -0,0 +1,3 @@
# Locally computed
sha256 10d0e79a301094cdaa35b3e92c4da6b693fc0b5661ea3b459329245fcdfa2f65 kodi-inputstream-adaptive-19.0.0-Matrix.tar.gz
sha256 89931c1fb1f3716694175763cf3221cfcd63d6935031cf6b4512d17ffe5d9860 LICENSE.GPL
@@ -0,0 +1,13 @@
################################################################################
#
# kodi-inputstream-adaptive
#
################################################################################
KODI_INPUTSTREAM_ADAPTIVE_VERSION = 19.0.0-Matrix
KODI_INPUTSTREAM_ADAPTIVE_SITE = $(call github,xbmc,inputstream.adaptive,$(KODI_INPUTSTREAM_ADAPTIVE_VERSION))
KODI_INPUTSTREAM_ADAPTIVE_LICENSE = GPL-2.0+
KODI_INPUTSTREAM_ADAPTIVE_LICENSE_FILES = LICENSE.GPL
KODI_INPUTSTREAM_ADAPTIVE_DEPENDENCIES = expat kodi
$(eval $(cmake-package))