gdb: deprecate version 7.7.x
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 26 Mar 2015 23:01:03 +0000 (20:01 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 29 Mar 2015 12:48:00 +0000 (14:48 +0200)
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 <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gdb/Config.in.host

index 3a0baa1b86288171f483a784f3ade8a1e0a2a4da..6b0ca9bf74964702119068811cd9de877df14ebc 100644 (file)
@@ -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"