summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2014-04-28 14:15:50 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-30 16:39:08 +0100
commit707d1475503a35242af2c4ac3c59e9a423bd80ac (patch)
tree5610c41f4a0d53761e2a41b06819e4abc15c511d /meta/recipes-devtools/gdb
parent0b362a4fc160655ebbc8716ff1a4f9cefc564604 (diff)
downloadpoky-707d1475503a35242af2c4ac3c59e9a423bd80ac.tar.gz
gdb: upgrade to 7.7
Removed the following patch(es): * gdb-fix-cygwin-check-in-configure-script.patch (changes included in release) (From OE-Core rev: 916489246b0840463957b85bdd1b2c3fccbfda89) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r--meta/recipes-devtools/gdb/gdb-7.7.inc (renamed from meta/recipes-devtools/gdb/gdb-7.6.2.inc)6
-rw-r--r--meta/recipes-devtools/gdb/gdb-cross-canadian_7.7.bb (renamed from meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.2.bb)0
-rw-r--r--meta/recipes-devtools/gdb/gdb-cross_7.7.bb (renamed from meta/recipes-devtools/gdb/gdb-cross_7.6.2.bb)0
-rw-r--r--meta/recipes-devtools/gdb/gdb/gdb-fix-cygwin-check-in-configure-script.patch38
-rw-r--r--meta/recipes-devtools/gdb/gdb_7.7.bb (renamed from meta/recipes-devtools/gdb/gdb_7.6.2.bb)0
5 files changed, 2 insertions, 42 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-7.6.2.inc b/meta/recipes-devtools/gdb/gdb-7.7.inc
index ea69b397f5..62adcaa830 100644
--- a/meta/recipes-devtools/gdb/gdb-7.6.2.inc
+++ b/meta/recipes-devtools/gdb/gdb-7.7.inc
@@ -4,9 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
4 file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ 4 file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
5 file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" 5 file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"
6 6
7SRC_URI += " file://gdb-fix-cygwin-check-in-configure-script.patch "
8
9S = "${WORKDIR}/${BPN}-${PV}" 7S = "${WORKDIR}/${BPN}-${PV}"
10 8
11SRC_URI[md5sum] = "9ebf09fa76e4ca6034157086e9b20348" 9SRC_URI[md5sum] = "40051ff95b39bd57b14b1809e2c16152"
12SRC_URI[sha256sum] = "17f7bcda1b24336aadcb1c5e703c355551e59467e221c6f4353b720dffad73a7" 10SRC_URI[sha256sum] = "8814d98c2733639cb602b6ecd8d69e02498017e02b5724c9451c285b0e9ee173"
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.2.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.7.bb
index 301035940c..301035940c 100644
--- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.2.bb
+++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.7.bb
diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.6.2.bb b/meta/recipes-devtools/gdb/gdb-cross_7.7.bb
index f9da486d7d..f9da486d7d 100644
--- a/meta/recipes-devtools/gdb/gdb-cross_7.6.2.bb
+++ b/meta/recipes-devtools/gdb/gdb-cross_7.7.bb
diff --git a/meta/recipes-devtools/gdb/gdb/gdb-fix-cygwin-check-in-configure-script.patch b/meta/recipes-devtools/gdb/gdb/gdb-fix-cygwin-check-in-configure-script.patch
deleted file mode 100644
index 4e4647b0d9..0000000000
--- a/meta/recipes-devtools/gdb/gdb/gdb-fix-cygwin-check-in-configure-script.patch
+++ /dev/null
@@ -1,38 +0,0 @@
1Avoid false positives if the search pattern "lose" is found in path
2descriptions in comments generated by the preprocessor.
3
4See <https://sourceware.org/bugzilla/show_bug.cgi?id=16152>.
5---
6 gdb/configure | 2 +-
7 gdb/configure.ac | 2 +-
8 3 files changed, 7 insertions(+), 2 deletions(-)
9
10diff --git a/gdb/configure b/gdb/configure
11index 5514b2f..b38e183 100755
12--- a/gdb/configure
13+++ b/gdb/configure
14@@ -12446,7 +12446,7 @@ lose
15 #endif
16 _ACEOF
17 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18- $EGREP "lose" >/dev/null 2>&1; then :
19+ $EGREP "^lose$" >/dev/null 2>&1; then :
20 gdb_cv_os_cygwin=yes
21 else
22 gdb_cv_os_cygwin=no
23diff --git a/gdb/configure.ac b/gdb/configure.ac
24index 9b73887..2947293 100644
25--- a/gdb/configure.ac
26+++ b/gdb/configure.ac
27@@ -1877,7 +1877,7 @@ AC_SUBST(WERROR_CFLAGS)
28
29 # In the Cygwin environment, we need some additional flags.
30 AC_CACHE_CHECK([for cygwin], gdb_cv_os_cygwin,
31-[AC_EGREP_CPP(lose, [
32+[AC_EGREP_CPP(^lose$, [
33 #if defined (__CYGWIN__) || defined (__CYGWIN32__)
34 lose
35 #endif],[gdb_cv_os_cygwin=yes],[gdb_cv_os_cygwin=no])])
36--
371.8.4
38
diff --git a/meta/recipes-devtools/gdb/gdb_7.6.2.bb b/meta/recipes-devtools/gdb/gdb_7.7.bb
index c7ca26b9c1..c7ca26b9c1 100644
--- a/meta/recipes-devtools/gdb/gdb_7.6.2.bb
+++ b/meta/recipes-devtools/gdb/gdb_7.7.bb