diff options
author | Steffen Sledz <sledz@dresearch-fe.de> | 2013-11-28 15:09:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-12 22:41:13 +0000 |
commit | 62849843a4a83b10316bc6cb1e4b3f0622391dea (patch) | |
tree | 55ee02357cc200ff27442853382461eb828ad537 /meta/recipes-devtools/gdb/gdb-7.6.1.inc | |
parent | 81cfade0615ac1e52a4185b1dcaab7ad78a9e6fd (diff) | |
download | openembedded-core-62849843a4a83b10316bc6cb1e4b3f0622391dea.tar.gz openembedded-core-62849843a4a83b10316bc6cb1e4b3f0622391dea.tar.bz2 openembedded-core-62849843a4a83b10316bc6cb1e4b3f0622391dea.zip |
gdb-7.6.1: 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
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.1.inc')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-7.6.1.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-7.6.1.inc b/meta/recipes-devtools/gdb/gdb-7.6.1.inc index d1270f97a4..e5777329ab 100644 --- a/meta/recipes-devtools/gdb/gdb-7.6.1.inc +++ b/meta/recipes-devtools/gdb/gdb-7.6.1.inc @@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" +SRC_URI += " file://gdb-fix-cygwin-check-in-configure-script.patch " + S = "${WORKDIR}/${BPN}-${PV}" SRC_URI[md5sum] = "d42841167fd061d90fddf9a7212a1f9f" |