update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_KODI_PVR_WMC
bool "kodi-pvr-wmc"
select BR2_PACKAGE_KODI_PLATFORM
help
Kodi's Windows Media Center client addon
https://github.com/kodi-pvr/pvr.wmc

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 25963d8acbce397b6ec940d5ee1d7a69481d295ae31876daf57d3d3537b14543 kodi-pvr-wmc-949fcd162206b569af15942180e6c133ad61e336.tar.gz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# kodi-pvr-wmc
#
################################################################################
# This cset is on the branch 'Jarvis'
# When Kodi is updated, then this should be updated to the corresponding branch
KODI_PVR_WMC_VERSION = 949fcd162206b569af15942180e6c133ad61e336
KODI_PVR_WMC_SITE = $(call github,kodi-pvr,pvr.wmc,$(KODI_PVR_WMC_VERSION))
KODI_PVR_WMC_LICENSE = GPLv2+
KODI_PVR_WMC_LICENSE_FILES = src/client.h
KODI_PVR_WMC_DEPENDENCIES = kodi-platform
$(eval $(cmake-package))