Bump buidlroot version to 2018.02.6
This commit is contained in:
11
bsp/buildroot/package/kodi-inputstream-adaptive/Config.in
Normal file
11
bsp/buildroot/package/kodi-inputstream-adaptive/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
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_LIBPLATFORM
|
||||
select BR2_PACKAGE_KODI_PLATFORM
|
||||
help
|
||||
Kodi inputstream addon for several manifest types
|
||||
|
||||
https://github.com/peak3d/inputstream.adaptive
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 572b2e898484a5ada74c4095539cebf43c198a3147f0f24fe350bc79db053695 kodi-inputstream-adaptive-9af21218a87572bd4ab8d8d660c11f6295144f97.tar.gz
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# kodi-inputstream-adaptive
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# This cset is on the branch 'Krypton'
|
||||
# When Kodi is updated, then this should be updated to the corresponding branch
|
||||
KODI_INPUTSTREAM_ADAPTIVE_VERSION = 9af21218a87572bd4ab8d8d660c11f6295144f97
|
||||
KODI_INPUTSTREAM_ADAPTIVE_SITE = $(call github,peak3d,inputstream.adaptive,$(KODI_INPUTSTREAM_ADAPTIVE_VERSION))
|
||||
KODI_INPUTSTREAM_ADAPTIVE_LICENSE = GPL-2.0+
|
||||
KODI_INPUTSTREAM_ADAPTIVE_LICENSE_FILES = src/main.cpp
|
||||
KODI_INPUTSTREAM_ADAPTIVE_DEPENDENCIES = libplatform kodi-platform
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user