diff options
Diffstat (limited to 'meta/recipes-devtools/tcltk/tcl/0002-tcl-fix-a-build-issue.patch')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl/0002-tcl-fix-a-build-issue.patch | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/0002-tcl-fix-a-build-issue.patch b/meta/recipes-devtools/tcltk/tcl/0002-tcl-fix-a-build-issue.patch index 53cfd8927d..a2d5622528 100644 --- a/meta/recipes-devtools/tcltk/tcl/0002-tcl-fix-a-build-issue.patch +++ b/meta/recipes-devtools/tcltk/tcl/0002-tcl-fix-a-build-issue.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 61ef40f2bc418ce072828ad1939eaa40f981e76e Mon Sep 17 00:00:00 2001 | 1 | From 363d9d8fb329b26d1e59ece7f269a7a28e6722c5 Mon Sep 17 00:00:00 2001 |
2 | From: Nitin A Kamble <nitin.a.kamble@intel.com> | 2 | From: Nitin A Kamble <nitin.a.kamble@intel.com> |
3 | Date: Fri, 13 Aug 2010 12:24:00 -0700 | 3 | Date: Fri, 13 Aug 2010 12:24:00 -0700 |
4 | Subject: [PATCH 2/5] tcl: fix a build issue | 4 | Subject: [PATCH] tcl: fix a build issue |
5 | 5 | ||
6 | Upstream-Status: Inappropriate [upstream does not support installed tests] | 6 | Upstream-Status: Inappropriate [upstream does not support installed tests] |
7 | --- | 7 | --- |
@@ -9,10 +9,10 @@ Upstream-Status: Inappropriate [upstream does not support installed tests] | |||
9 | 1 file changed, 9 insertions(+), 10 deletions(-) | 9 | 1 file changed, 9 insertions(+), 10 deletions(-) |
10 | 10 | ||
11 | diff --git a/unix/Makefile.in b/unix/Makefile.in | 11 | diff --git a/unix/Makefile.in b/unix/Makefile.in |
12 | index 6e74458..bd0b818 100644 | 12 | index 2de7b2f..b5f9ab7 100644 |
13 | --- a/unix/Makefile.in | 13 | --- a/unix/Makefile.in |
14 | +++ b/unix/Makefile.in | 14 | +++ b/unix/Makefile.in |
15 | @@ -918,7 +918,7 @@ tcltest-real: | 15 | @@ -912,7 +912,7 @@ tcltest-real: |
16 | test: test-tcl test-packages | 16 | test: test-tcl test-packages |
17 | 17 | ||
18 | test-tcl: ${TCLTEST_EXE} | 18 | test-tcl: ${TCLTEST_EXE} |
@@ -21,7 +21,7 @@ index 6e74458..bd0b818 100644 | |||
21 | 21 | ||
22 | gdb-test: ${TCLTEST_EXE} | 22 | gdb-test: ${TCLTEST_EXE} |
23 | $(SHELL_ENV) $(GDB) --args ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl \ | 23 | $(SHELL_ENV) $(GDB) --args ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl \ |
24 | @@ -928,15 +928,14 @@ lldb-test: ${TCLTEST_EXE} | 24 | @@ -922,15 +922,14 @@ lldb-test: ${TCLTEST_EXE} |
25 | $(SHELL_ENV) $(LLDB) -- ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl \ | 25 | $(SHELL_ENV) $(LLDB) -- ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl \ |
26 | $(TESTFLAGS) -singleproc 1 | 26 | $(TESTFLAGS) -singleproc 1 |
27 | 27 | ||
@@ -39,7 +39,7 @@ index 6e74458..bd0b818 100644 | |||
39 | 39 | ||
40 | # The following target generates the shared libraries in dltest/ that are used | 40 | # The following target generates the shared libraries in dltest/ that are used |
41 | # for testing; they are included as part of the "tcltest" target (via the | 41 | # for testing; they are included as part of the "tcltest" target (via the |
42 | @@ -954,17 +953,17 @@ dltest.marker: ${STUB_LIB_FILE} | 42 | @@ -948,17 +947,17 @@ dltest.marker: ${STUB_LIB_FILE} |
43 | # This target can be used to run tclsh from the build directory | 43 | # This target can be used to run tclsh from the build directory |
44 | # via `make shell SCRIPT=/tmp/foo.tcl` | 44 | # via `make shell SCRIPT=/tmp/foo.tcl` |
45 | shell: ${TCL_EXE} | 45 | shell: ${TCL_EXE} |
@@ -60,7 +60,7 @@ index 6e74458..bd0b818 100644 | |||
60 | $(TOP_DIR)/tests/all.tcl -singleproc 1 -constraints valgrind \ | 60 | $(TOP_DIR)/tests/all.tcl -singleproc 1 -constraints valgrind \ |
61 | $(TESTFLAGS) | 61 | $(TESTFLAGS) |
62 | 62 | ||
63 | @@ -990,13 +989,13 @@ valgrind_each: $(addprefix testresults/valgrind/,$(addsuffix .success,$(notdir\ | 63 | @@ -984,13 +983,13 @@ valgrind_each: $(addprefix testresults/valgrind/,$(addsuffix .success,$(notdir\ |
64 | 64 | ||
65 | 65 | ||
66 | valgrindshell: ${TCL_EXE} | 66 | valgrindshell: ${TCL_EXE} |
@@ -77,6 +77,3 @@ index 6e74458..bd0b818 100644 | |||
77 | 77 | ||
78 | #-------------------------------------------------------------------------- | 78 | #-------------------------------------------------------------------------- |
79 | # Installation rules | 79 | # Installation rules |
80 | -- | ||
81 | 2.39.5 | ||
82 | |||