[OE-core] [PATCH] tcmode-default.inc: update GDBVERSION to 7.9%

Martin Jansa martin.jansa at gmail.com
Wed Apr 8 17:34:29 UTC 2015


* version 7.8.1 was removed in this commit:
  commit 34a77b11350f1f4ccd952f78fd660710b6efaac8
  Author: Khem Raj <raj.khem at gmail.com>
  Date:   Mon Mar 2 02:11:00 2015 +0000
  Subject: gdb: Upgrade 7.8.1 -> 7.9

* causing couple of annoying NOTEs at the beginning of each build:
  NOTE: Resolving any missing task queue dependencies
  NOTE: preferred version 7.8% of gdb-cross-canadian-arm not available   (for item gdb-cross-canadian-arm)
  NOTE: versions of gdb-cross-canadian-arm available: 7.9
  NOTE: preferred version 7.8% of gdb not available (for item gdb)
  NOTE: versions of gdb available: 7.9
  NOTE: preferred version 7.8% of gdb-cross-canadian-arm not available   (for item gdb-cross-canadian-arm-dev)
  NOTE: versions of gdb-cross-canadian-arm available: 7.9
  NOTE: preferred version 7.8% of gdb not available (for item gdb-dev)
  NOTE: versions of gdb available: 7.9

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta/conf/distro/include/tcmode-default.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index f69fe9a..e3df934 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -25,7 +25,7 @@ PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
 GCCVERSION ?= "4.9%"
 SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.25"
-GDBVERSION ?= "7.8%"
+GDBVERSION ?= "7.9%"
 GLIBCVERSION ?= "2.21"
 UCLIBCVERSION ?= "0.9.33+git%"
 LINUXLIBCVERSION ?= "3.19"
-- 
2.3.5




More information about the Openembedded-core mailing list