diff mbox series

[2/3] package/gdb: switch to 8.2 as the default version

Message ID 20190605124016.13770-2-romain.naour@gmail.com
State Accepted
Commit f776f4bf915c6fc15687baaa34310ce2a0f98574
Headers show
Series [1/3] package/gdb: bump to version 8.3 | expand

Commit Message

Romain Naour June 5, 2019, 12:40 p.m. UTC
8.3 is around, 8.2 has already seen a point release, so it's time to
make 8.2 the default version for gdb.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/gdb/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard June 6, 2019, 10:06 p.m. UTC | #1
>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > 8.3 is around, 8.2 has already seen a point release, so it's time to
 > make 8.2 the default version for gdb.

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>
 > ---
 >  package/gdb/Config.in.host | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
 > index f9a67d18dd..a395016082 100644
 > --- a/package/gdb/Config.in.host
 > +++ b/package/gdb/Config.in.host
 > @@ -46,7 +46,7 @@ config BR2_PACKAGE_HOST_GDB_SIM
 
 >  choice
 >  	prompt "GDB debugger Version"
 > -	default BR2_GDB_VERSION_8_1
 > +	default BR2_GDB_VERSION_8_2
 >  	depends on !BR2_arc
 >  	depends on !BR2_csky
 >  	help

You forgot to also update the BR2_GDB_VERSION logic. Committed with that
fixed, thanks.
diff mbox series

Patch

diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index f9a67d18dd..a395016082 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -46,7 +46,7 @@  config BR2_PACKAGE_HOST_GDB_SIM
 
 choice
 	prompt "GDB debugger Version"
-	default BR2_GDB_VERSION_8_1
+	default BR2_GDB_VERSION_8_2
 	depends on !BR2_arc
 	depends on !BR2_csky
 	help