Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
config BR2_PACKAGE_KODI_PVR_STALKER
|
||||
bool "kodi-pvr-stalker"
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp
|
||||
select BR2_PACKAGE_JSONCPP
|
||||
select BR2_PACKAGE_KODI_PLATFORM
|
||||
help
|
||||
A PVR Client that connects Kodi to Stalker Middleware
|
||||
|
||||
https://github.com/kodi-pvr/pvr.stalker
|
||||
|
||||
comment "kodi-pvr-stalker needs a toolchain w/ gcc >= 4.7"
|
||||
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 e16cb12bd7a78b8849f370bedb8093d3cb1deb3a766a66efe4b838fc569ab50c kodi-pvr-stalker-5e588330c453141ae0a2f4fd9c02d909ac9d199e.tar.gz
|
||||
@@ -4,7 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KODI_PVR_STALKER_VERSION = a89afb8a2f5e01e3d11f6887ba1f7c81aebd7515
|
||||
# This cset is on the branch 'Jarvis'
|
||||
# When Kodi is updated, then this should be updated to the corresponding branch
|
||||
KODI_PVR_STALKER_VERSION = 5e588330c453141ae0a2f4fd9c02d909ac9d199e
|
||||
KODI_PVR_STALKER_SITE = $(call github,kodi-pvr,pvr.stalker,$(KODI_PVR_STALKER_VERSION))
|
||||
KODI_PVR_STALKER_LICENSE = GPLv2+
|
||||
KODI_PVR_STALKER_LICENSE_FILES = src/client.h
|
||||
|
||||
Reference in New Issue
Block a user