From: Gustavo Zacarias Date: Thu, 26 Mar 2015 23:01:03 +0000 (-0300) Subject: gdb: deprecate version 7.7.x X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c3d1561fa70d2ef69dc35024d30b181c28e4d6d;p=buildroot.git gdb: deprecate version 7.7.x Now that 7.9 was added and 7.8.x is default we don't want to have a dozen versions so mark it as deprecated. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index 3a0baa1b86..6b0ca9bf74 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -33,6 +33,7 @@ choice config BR2_GDB_VERSION_7_7 bool "gdb 7.7.x" + depends on BR2_DEPRECATED_SINCE_2015_05 config BR2_GDB_VERSION_7_8 bool "gdb 7.8.x"