summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-03-02 21:25:00 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-03-02 21:25:00 +0100
commit28cd1ed30aa4959c744ee37a6070cf22a66fb31f (patch)
treefe08f3fdff6fe458a3a21cf814f12ed6c7ba54e4 /Config.in.legacy
parent13222c07293becaefc69c46c8f90b04ddc7023d9 (diff)
parent2dfabd10d1e484d84c0e6b5a58ab43d131ca3230 (diff)
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy52
1 files changed, 52 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 081bacdd3..f2b05cb45 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -143,6 +143,58 @@ comment "----------------------------------------------------"
endif
###############################################################################
+comment "Legacy options removed in 2016.05"
+
+config BR2_PACKAGE_KODI_WAVPACK
+ bool "wavpack"
+ select BR2_LEGACY
+ help
+ wavpack support was removed in favour of ffmpeg:
+ https://github.com/xbmc/xbmc/commit/7916902c9e6f7a523265594f3ad7f921f93f1cd4
+
+config BR2_PACKAGE_KODI_RSXS
+ bool "rsxs support in Kodi was moved to an addon"
+ select BR2_LEGACY
+ select BR2_PACKAGE_KODI_SCREENSAVER_RSXS
+ help
+ rsxs support in Kodi was moved to an addon
+
+config BR2_PACKAGE_KODI_GOOM
+ bool "Goom support in Kodi was moved to an addon"
+ select BR2_LEGACY
+ select BR2_PACKAGE_KODI_VISUALISATION_GOOM
+ help
+ Goom support in Kodi was moved to an addon
+
+config BR2_PACKAGE_SYSTEMD_ALL_EXTRAS
+ bool "systemd all extras option has been removed"
+ select BR2_LEGACY
+ select BR2_PACKAGE_XZ
+ select BR2_PACKAGE_LIBGCRYPT
+ help
+ The systemd option to enable "all extras" has been
+ removed. To get the same features, the libgcrypt and xz
+ package should now be enabled.
+
+config BR2_GCC_VERSION_4_5_X
+ bool "gcc 4.5.x has been removed"
+ select BR2_LEGACY
+ help
+ The 4.5.x version of gcc has been removed. Use a newer
+ version instead.
+
+config BR2_PACKAGE_SQLITE_READLINE
+ bool "command-line editing support was updated"
+ select BR2_PACKAGE_NCURSES
+ select BR2_PACKAGE_READLINE
+ select BR2_LEGACY
+ help
+ This option was removed in favour of the sqlite package
+ deciding itself depending on the enabled packages whether
+ command-line editing should be enabled, it also also takes
+ libedit into account.
+
+###############################################################################
comment "Legacy options removed in 2016.02"
config BR2_PACKAGE_DOVECOT_BZIP2