update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_KODI_PVR_VUPLUS
|
||||
bool "kodi-pvr-vuplus"
|
||||
select BR2_PACKAGE_KODI_PLATFORM
|
||||
help
|
||||
VuPlus PVR client addon for Kodi
|
||||
|
||||
https://github.com/kodi-pvr/pvr.vuplus
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 9684775c296dfd9b925d73ed1c21bee45afba4785d1bfb226f98b09ed235a8ee kodi-pvr-vuplus-815ea2f303dbe7dd19f87c53965dfdf2358fcdc8.tar.gz
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# kodi-pvr-vuplus
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# This cset is on the branch 'Jarvis'
|
||||
# When Kodi is updated, then this should be updated to the corresponding branch
|
||||
KODI_PVR_VUPLUS_VERSION = 815ea2f303dbe7dd19f87c53965dfdf2358fcdc8
|
||||
KODI_PVR_VUPLUS_SITE = $(call github,kodi-pvr,pvr.vuplus,$(KODI_PVR_VUPLUS_VERSION))
|
||||
KODI_PVR_VUPLUS_LICENSE = GPLv2+
|
||||
KODI_PVR_VUPLUS_LICENSE_FILES = src/client.h
|
||||
KODI_PVR_VUPLUS_DEPENDENCIES = kodi-platform
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user