update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_KODI_PVR_ARGUSTV
|
||||
bool "kodi-pvr-argustv"
|
||||
select BR2_PACKAGE_JSONCPP
|
||||
select BR2_PACKAGE_KODI_PLATFORM
|
||||
help
|
||||
Kodi's ARGUS TV client addon
|
||||
|
||||
https://github.com/kodi-pvr/pvr.argustv
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 68fab94cabbeb0fbf6fac0fcb66e8362505ee736ae3b72c4e29867cfc44b595b kodi-pvr-argustv-2aca01c6db28fe3145b57eb5bf5841895c618507.tar.gz
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# kodi-pvr-argustv
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# This cset is on the branch 'Jarvis'
|
||||
# When Kodi is updated, then this should be updated to the corresponding branch
|
||||
KODI_PVR_ARGUSTV_VERSION = 2aca01c6db28fe3145b57eb5bf5841895c618507
|
||||
KODI_PVR_ARGUSTV_SITE = $(call github,kodi-pvr,pvr.argustv,$(KODI_PVR_ARGUSTV_VERSION))
|
||||
KODI_PVR_ARGUSTV_LICENSE = GPLv2+
|
||||
KODI_PVR_ARGUSTV_LICENSE_FILES = src/client.h
|
||||
KODI_PVR_ARGUSTV_DEPENDENCIES = jsoncpp kodi-platform
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user