package/kodi-peripheral-joystick: bump version

Removed dependency to kodi-platform
a9489ea0f0

Added dependency to tinyxml
471aa27d6c

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Bernd Kuhls 2020-01-19 12:07:19 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 6fc6d31ec8
commit c963c3268a
3 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,7 @@
config BR2_PACKAGE_KODI_PERIPHERAL_JOYSTICK
bool "kodi-peripheral-joystick"
depends on BR2_PACKAGE_HAS_UDEV
select BR2_PACKAGE_KODI_PLATFORM
select BR2_PACKAGE_TINYXML
help
Kodi joystick support (drivers and button maps)

View File

@ -1,2 +1,2 @@
# Locally computed
sha256 9a183e1f92ff2c68816bfa0056c65585a3e1129d924326359d7a5dfbcba6c56a kodi-peripheral-joystick-1.3.4.tar.gz
sha256 b6ddefed73582a3dc9bc36a9d40f8309139802ef9cfc130933bd0fe6e569d933 kodi-peripheral-joystick-1.4.8-Leia.tar.gz

View File

@ -4,12 +4,10 @@
#
################################################################################
# This cset is on the branch 'Krypton'
# When Kodi is updated, then this should be updated to the corresponding branch
KODI_PERIPHERAL_JOYSTICK_VERSION = 1.3.4
KODI_PERIPHERAL_JOYSTICK_SITE = $(call github,xbmc,peripheral.joystick,v$(KODI_PERIPHERAL_JOYSTICK_VERSION))
KODI_PERIPHERAL_JOYSTICK_VERSION = 1.4.8-Leia
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
KODI_PERIPHERAL_JOYSTICK_DEPENDENCIES = kodi tinyxml udev
$(eval $(cmake-package))