Bump buidlroot version to 2018.02.6
This commit is contained in:
11
bsp/buildroot/package/kodi-peripheral-joystick/Config.in
Normal file
11
bsp/buildroot/package/kodi-peripheral-joystick/Config.in
Normal 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
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 9a183e1f92ff2c68816bfa0056c65585a3e1129d924326359d7a5dfbcba6c56a kodi-peripheral-joystick-v1.3.4.tar.gz
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user