update buildroot to 2017.02.11
This commit is contained in:
7
bsp/buildroot-2017.02.11/package/kodi-pvr-wmc/Config.in
Normal file
7
bsp/buildroot-2017.02.11/package/kodi-pvr-wmc/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_KODI_PVR_WMC
|
||||
bool "kodi-pvr-wmc"
|
||||
select BR2_PACKAGE_KODI_PLATFORM
|
||||
help
|
||||
Kodi's Windows Media Center client addon
|
||||
|
||||
https://github.com/kodi-pvr/pvr.wmc
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 25963d8acbce397b6ec940d5ee1d7a69481d295ae31876daf57d3d3537b14543 kodi-pvr-wmc-949fcd162206b569af15942180e6c133ad61e336.tar.gz
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# kodi-pvr-wmc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# This cset is on the branch 'Jarvis'
|
||||
# When Kodi is updated, then this should be updated to the corresponding branch
|
||||
KODI_PVR_WMC_VERSION = 949fcd162206b569af15942180e6c133ad61e336
|
||||
KODI_PVR_WMC_SITE = $(call github,kodi-pvr,pvr.wmc,$(KODI_PVR_WMC_VERSION))
|
||||
KODI_PVR_WMC_LICENSE = GPLv2+
|
||||
KODI_PVR_WMC_LICENSE_FILES = src/client.h
|
||||
KODI_PVR_WMC_DEPENDENCIES = kodi-platform
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user