package/kodi-peripheral-steamcontroller: remove package

The package is broken:
https://github.com/kodi-game/peripheral.steamcontroller/pull/8#issuecomment-441469406
https://github.com/kodi-game/peripheral.steamcontroller/issues/10#issuecomment-467551856

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Bernd Kuhls 2020-06-14 09:33:00 +02:00 committed by Yann E. MORIN
parent 6524317ecd
commit 2a58ba89b9
5 changed files with 8 additions and 25 deletions

View File

@ -144,6 +144,14 @@ endif
###############################################################################
comment "Legacy options removed in 2020.08"
config BR2_PACKAGE_KODI_PERIPHERAL_STEAMCONTROLLER
bool "kodi-peripheral-steamcontroller package was removed"
select BR2_LEGACY
help
This package is broken.
comment "Legacy options removed in 2020.05"
config BR2_PACKAGE_WIRINGPI

View File

@ -1,8 +0,0 @@
config BR2_PACKAGE_KODI_PERIPHERAL_STEAMCONTROLLER
bool "kodi-peripheral-steamcontroller"
select BR2_PACKAGE_KODI_PLATFORM
select BR2_PACKAGE_LIBUSB
help
Steam controller driver for Kodi
https://github.com/kodi-game/peripheral.steamcontroller

View File

@ -1,3 +0,0 @@
# Locally computed
sha256 aece8f4b4c4360ae6b8007c9a1d1ee39d90808053bc5b2e3e08e4c5c70a7f8db kodi-peripheral-steamcontroller-702fea828f9c5c94d0bd77dbb5fe78451edfa2ea.tar.gz
sha256 243622a4e1a2ba091ae1d433483ad8b34a7cc337048d5bef8072fbb324fbc79a debian/copyright

View File

@ -1,13 +0,0 @@
################################################################################
#
# kodi-peripheral-steamcontroller
#
################################################################################
KODI_PERIPHERAL_STEAMCONTROLLER_VERSION = 702fea828f9c5c94d0bd77dbb5fe78451edfa2ea
KODI_PERIPHERAL_STEAMCONTROLLER_SITE = $(call github,kodi-game,peripheral.steamcontroller,$(KODI_PERIPHERAL_STEAMCONTROLLER_VERSION))
KODI_PERIPHERAL_STEAMCONTROLLER_LICENSE = GPL-2.0+
KODI_PERIPHERAL_STEAMCONTROLLER_LICENSE_FILES = debian/copyright
KODI_PERIPHERAL_STEAMCONTROLLER_DEPENDENCIES = kodi-platform libusb
$(eval $(cmake-package))

View File

@ -316,7 +316,6 @@ endmenu
menu "Peripheral addons"
source "package/kodi-peripheral-joystick/Config.in"
source "package/kodi-peripheral-steamcontroller/Config.in"
source "package/kodi-peripheral-xarcade/Config.in"
endmenu