From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- .../gdb/0001-add-delay-before-run-exp-file.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta/recipes-devtools/gdb/gdb/0001-add-delay-before-run-exp-file.patch (limited to 'meta/recipes-devtools/gdb/gdb/0001-add-delay-before-run-exp-file.patch') diff --git a/meta/recipes-devtools/gdb/gdb/0001-add-delay-before-run-exp-file.patch b/meta/recipes-devtools/gdb/gdb/0001-add-delay-before-run-exp-file.patch new file mode 100644 index 0000000000..1c415622e7 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb/0001-add-delay-before-run-exp-file.patch @@ -0,0 +1,26 @@ +Description: Add delay for stable running + +Author: jack zhang +Date: Mon, 12 Nov 2012 04:10:20 +0100 + +Upstream-Status: Pending + +Signed-off-by: jack zhang +Signed-off-by: Ciprian Barbu +--- + gdb/testsuite/dg-extract-results.sh | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/gdb/testsuite/dg-extract-results.sh b/gdb/testsuite/dg-extract-results.sh +--- a/gdb/testsuite/dg-extract-results.sh ++++ b/gdb/testsuite/dg-extract-results.sh +@@ -322,6 +322,7 @@ END { + n=1 + while (n < expfileno) { + if (expfileseen[expfiles[n]]) { ++ sleep 1 + print "Running "expfiles[n]" ..." + if (filewritten["${TMP}/list"n]) { + if (expfileseen[expfiles[n]] == 1) +-- +1.7.5.4 -- cgit v1.2.3-54-g00ecf