Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
config BR2_PACKAGE_KODI_PVR_FILMON
|
||||
bool "kodi-pvr-filmon"
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp
|
||||
select BR2_PACKAGE_JSONCPP
|
||||
select BR2_PACKAGE_KODI_PLATFORM
|
||||
help
|
||||
Filmon PVR client addon for Kodi
|
||||
|
||||
https://github.com/kodi-pvr/pvr.filmon
|
||||
|
||||
comment "kodi-pvr-filmon needs a toolchain w/ gcc >= 4.7"
|
||||
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 4a51ba62239c96c16c569ca47bc7aac4a2e9e9ef4ae09dfc23d10be15afdee34 kodi-pvr-filmon-4b34b41999b86e675f794ec8e5a63c85b78c001e.tar.gz
|
||||
@@ -4,7 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KODI_PVR_FILMON_VERSION = 67abb5696798aa954b38de2cc7b4a74e6554d627
|
||||
# This cset is on the branch 'Jarvis'
|
||||
# When Kodi is updated, then this should be updated to the corresponding branch
|
||||
KODI_PVR_FILMON_VERSION = 4b34b41999b86e675f794ec8e5a63c85b78c001e
|
||||
KODI_PVR_FILMON_SITE = $(call github,kodi-pvr,pvr.filmon,$(KODI_PVR_FILMON_VERSION))
|
||||
KODI_PVR_FILMON_LICENSE = GPLv2+
|
||||
KODI_PVR_FILMON_LICENSE_FILES = src/client.h
|
||||
|
||||
Reference in New Issue
Block a user