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_DVBVIEWER
bool "kodi-pvr-dvbviewer"
select BR2_PACKAGE_KODI_PLATFORM
help
Kodi's DVBViewer client addon
https://github.com/kodi-pvr/pvr.dvbviewer

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 a6a6d63e4b88df0d8b5166efdc09f6410cae736e610b328aaea49c8688bfce82 kodi-pvr-dvbviewer-26286604635a170eeea68df9b7eb52fea0056cfe.tar.gz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# kodi-pvr-dvbviewer
#
################################################################################
# This cset is on the branch 'Jarvis'
# When Kodi is updated, then this should be updated to the corresponding branch
KODI_PVR_DVBVIEWER_VERSION = 26286604635a170eeea68df9b7eb52fea0056cfe
KODI_PVR_DVBVIEWER_SITE = $(call github,kodi-pvr,pvr.dvbviewer,$(KODI_PVR_DVBVIEWER_VERSION))
KODI_PVR_DVBVIEWER_LICENSE = GPLv2+
KODI_PVR_DVBVIEWER_LICENSE_FILES = src/client.h
KODI_PVR_DVBVIEWER_DEPENDENCIES = kodi-platform
$(eval $(cmake-package))