update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_KODI_PVR_STALKER
|
||||
bool "kodi-pvr-stalker"
|
||||
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
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 e16cb12bd7a78b8849f370bedb8093d3cb1deb3a766a66efe4b838fc569ab50c kodi-pvr-stalker-5e588330c453141ae0a2f4fd9c02d909ac9d199e.tar.gz
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# kodi-pvr-stalker
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# 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
|
||||
KODI_PVR_STALKER_DEPENDENCIES = jsoncpp kodi-platform
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user