update buildroot to 2017.02.11
This commit is contained in:
8
bsp/buildroot-2017.02.11/package/kodi-pvr-pctv/Config.in
Normal file
8
bsp/buildroot-2017.02.11/package/kodi-pvr-pctv/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_KODI_PVR_PCTV
|
||||
bool "kodi-pvr-pctv"
|
||||
select BR2_PACKAGE_JSONCPP
|
||||
select BR2_PACKAGE_KODI_PLATFORM
|
||||
help
|
||||
PCTV PVR client addon for Kodi
|
||||
|
||||
https://github.com/kodi-pvr/pvr.vdr.vnsi
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 4c045722c326dfe152ffadb8d966e8db4caa6128a7c53b2a852fce85f803bcbc kodi-pvr-pctv-0096770e96f84c46f444e159b9b737ac8b4238dc.tar.gz
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# kodi-pvr-pctv
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# This cset is on the branch 'Jarvis'
|
||||
# When Kodi is updated, then this should be updated to the corresponding branch
|
||||
KODI_PVR_PCTV_VERSION = 0096770e96f84c46f444e159b9b737ac8b4238dc
|
||||
KODI_PVR_PCTV_SITE = $(call github,kodi-pvr,pvr.pctv,$(KODI_PVR_PCTV_VERSION))
|
||||
KODI_PVR_PCTV_LICENSE = GPLv2+
|
||||
KODI_PVR_PCTV_LICENSE_FILES = src/client.h
|
||||
KODI_PVR_PCTV_DEPENDENCIES = jsoncpp kodi-platform
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user