summaryrefslogtreecommitdiff
path: root/package/kodi-pvr-stalker
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-02-20 23:09:16 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-29 23:52:35 +0100
commitb1b1762d18f2f4a915acf614b75f563003b280e7 (patch)
tree468fe44c066a2fba6b8b890eadeddb71e23a66bf /package/kodi-pvr-stalker
parenta95fae661df69cb1f647513072e94e179d436d20 (diff)
package/kodi: Remove dependency for BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 from sub packages
Kodi itself already depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7, there is no need to duplicate this as reverse dependencies in sub options which depend on Kodi. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/kodi-pvr-stalker')
-rw-r--r--package/kodi-pvr-stalker/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/kodi-pvr-stalker/Config.in b/package/kodi-pvr-stalker/Config.in
index 26a8c3f1a..3ec530cd3 100644
--- a/package/kodi-pvr-stalker/Config.in
+++ b/package/kodi-pvr-stalker/Config.in
@@ -1,12 +1,8 @@
config BR2_PACKAGE_KODI_PVR_STALKER
bool "kodi-pvr-stalker"
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp
select BR2_PACKAGE_JSONCPP
select BR2_PACKAGE_KODI_PLATFORM
help
A PVR Client that connects Kodi to Stalker Middleware
https://github.com/kodi-pvr/pvr.stalker
-
-comment "kodi-pvr-stalker needs a toolchain w/ gcc >= 4.7"
- depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7