summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb-7.6.inc
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch-fe.de>2013-11-28 15:09:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-12 22:42:50 +0000
commit944b153d31b142115d65d24c035d6a96238b3b9a (patch)
tree5bc646709c83138d350b03e29b3e919a77e595a0 /meta/recipes-devtools/gdb/gdb-7.6.inc
parenta49258a85babeaf16184c2ea5bd359d8068878bc (diff)
downloadpoky-944b153d31b142115d65d24c035d6a96238b3b9a.tar.gz
gdb-7.6: fix cygwin check in configure script
This is a fix which avoids false positives if the search pattern "lose" is found in path descriptions in comments generated by the preprocessor we hit in our development environment. [gdb Bug #16152] -- https://sourceware.org/bugzilla/show_bug.cgi?id=16152 Upstream-Status: Accepted (From OE-Core rev: 7e2dbda690b480ab05d14353cb038749ce23d58c) Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-7.6.inc')
-rw-r--r--meta/recipes-devtools/gdb/gdb-7.6.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-7.6.inc b/meta/recipes-devtools/gdb/gdb-7.6.inc
index 00cb6eea48..9be94b8b28 100644
--- a/meta/recipes-devtools/gdb/gdb-7.6.inc
+++ b/meta/recipes-devtools/gdb/gdb-7.6.inc
@@ -4,6 +4,8 @@ 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
7S = "${WORKDIR}/${BPN}-${PV}" 9S = "${WORKDIR}/${BPN}-${PV}"
8 10
9SRC_URI[md5sum] = "a9836707337e5f7bf76a009a8904f470" 11SRC_URI[md5sum] = "a9836707337e5f7bf76a009a8904f470"