gdb: drop duplicate dependencies
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 30 Jun 2018 20:02:38 +0000 (22:02 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 30 Jun 2018 20:02:38 +0000 (22:02 +0200)
commitf50578ab98bbc99139838375f6221411d420b298
tree3ba98a68fbe12b25bcc98273f74ab2305cad2193
parent798d1ec30936cc31e784d40af126f509e69d7b0d
gdb: drop duplicate dependencies

Commit 1e3738db42919cb4487f7a64381ac7d3090d0e1f ("package/gdb: rework
dependency for C++11") erroneously added duplicate dependencies in
package/gdb/Config.in related to gcc 4.8 and C++ dependency.

One copy of those dependencies was below the select causing a
check-package warning.

Fixes:

package/gdb/Config.in:28: attributes order: type, default, depends on, select, help (http://nightly.buildroot.org/#_config_files)

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gdb/Config.in