Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,11 @@
config BR2_PACKAGE_KODI_PERIPHERAL_JOYSTICK
bool "kodi-peripheral-joystick"
depends on BR2_PACKAGE_HAS_UDEV
select BR2_PACKAGE_KODI_PLATFORM
help
Kodi joystick support (drivers and button maps)
https://github.com/xbmc/peripheral.joystick
comment "kodi-peripheral-joystick needs udev /dev management"
depends on !BR2_PACKAGE_HAS_UDEV

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 9a183e1f92ff2c68816bfa0056c65585a3e1129d924326359d7a5dfbcba6c56a kodi-peripheral-joystick-v1.3.4.tar.gz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# kodi-peripheral-joystick
#
################################################################################
# This cset is on the branch 'Krypton'
# When Kodi is updated, then this should be updated to the corresponding branch
KODI_PERIPHERAL_JOYSTICK_VERSION = v1.3.4
KODI_PERIPHERAL_JOYSTICK_SITE = $(call github,xbmc,peripheral.joystick,$(KODI_PERIPHERAL_JOYSTICK_VERSION))
KODI_PERIPHERAL_JOYSTICK_LICENSE = GPL-2.0+
KODI_PERIPHERAL_JOYSTICK_LICENSE_FILES = src/addon.cpp
KODI_PERIPHERAL_JOYSTICK_DEPENDENCIES = kodi-platform udev
$(eval $(cmake-package))